/*General style adjustments for all local landing pages*/


.hero .h3 {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 600px) {
	
	.map {
		height: max(48vh, 360px);
	}
	
}