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

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

.map_comment_2{
	padding:24px 0 0 0;
	width:100%;
	/*
	width:calc(100% - 70% - 24px);
	padding:0 0 0 24px;
	*/
}

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

@media screen and (min-width:768px) and ( max-width:991px) {
	#map_containter_2{
		/*
		flex-direction:row;
		justify-content:flex-start;
		align-items:flex-start;
		*/
	}
	
	#map_2{
		/*
		width:70%;
		height:350px;
		*/
	}
	
	.map_comment_2{
		/*
		width:calc(100% - 70% - 24px);
		padding:0 0 0 24px;
		*/
	}
}

@media screen and (min-width:992px) {
	#map_containter_2{
		flex-direction:row;
		justify-content:flex-start;
		align-items:flex-start;
	}
	
	#map_2{
		width:70%;
		height:350px;
	}
	
	.map_comment_2{
		width:calc(100% - 70% - 24px);
		padding:0 0 0 24px;
	}
}