.map{
	display: block;
	clear: both;
	margin-top: 70px;
}

.map iframe{
	border-radius: 10px;
}

.subests{
	display: grid;
	grid-template-columns: auto auto;
}

.subest h2{
	text-align: center;
	font-weight: lighter;
}

.subest iframe{
	width: 98%;
	margin: 0 auto 0 auto;
	display: block;
}

@media screen and (max-width: 600px){

	.map {
		width: 90%;
		margin: auto;
	}

	.map iframe{
		border-radius: 0px;
	}

}
