#map_containter_0{
	display:flex;
	margin-bottom:30px;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	/*
	flex-direction:column;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	*/
}

#map_0{
	
	/*width:100%;*/
	width:100%;
	height:350px;
}

.map_comment_0{
	padding:24px 0 0 0;
	width:100%;
	/*
	width:100%;
	padding:24px 0 0 0;
	*/
}

.map_comment_0 p{
	/*margin-bottom:0;*/
}

@media screen and (min-width:768px) and ( max-width:991px) {
	#map_containter_0{
		/*
		flex-direction:column;
		justify-content:center;
		align-items:center;
		*/
	}
	
	#map_0{
		/*
		width:100%;
		height:350px;
		*/
	}
	
	.map_comment_0{
		/*
		width:100%;
		padding:24px 0 0 0;
		*/
	}
}

@media screen and (min-width:992px) {
	#map_containter_0{
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	
	#map_0{
		width:100%;
		height:350px;
	}
	
	.map_comment_0{
		width:100%;
		padding:24px 0 0 0;
	}
}