.static-map {
	background-image: url('https://res.cloudinary.com/simpleview/image/upload/v1571872076/clients/boonenc/light-beige-background.png');
}

.static-map .img-cont {
	margin-bottom: 30px;
}

.static-map .img-cont img {
	height: 100%;
	width: 100%;
}

.static-map .content-section {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 80px;
}

.static-map h4, .static-map h4 a {
	font: 800 42px "Gotham A", "Gotham B";
	color: #1A6E99;
	text-transform: uppercase;
	line-height: 1em;
	margin-bottom: 15px;
}

.static-map .description {
	font: 400 18px "Gotham A", "Gotham B";
	color: #3a3a3a;
	line-height: 1.6em;
}

.static-map .read-more {
	display: none;
}

.static-map .read-more img {
		width: 33px;
		height: 15px;
		margin-bottom: 5px;
		margin-left: 8px;
}

.static-map .read-more img.hover {
		display: none;
}

@media screen and (min-width: 1100px) {
	.static-map {
		background-image: url('https://res.cloudinary.com/simpleview/image/upload/v1571786467/clients/boonenc/beige-background.png');
		display: flex;
		align-items: center;
		margin-bottom: 22px;
	}

	.static-map .content-section,
	.static-map .img-cont {
		flex-basis: 51.5%;
	}

	.static-map .img-cont {
		margin-bottom: 0;
	}

	.static-map .content-section {
		max-width: 590px;
		padding-left: 60px;
		padding-bottom: 0;
	}

	.static-map .description {
		margin-bottom: 20px;
	}

	.static-map .read-more {
		display: inline-block;
		font: 800 18px "Gotham A", "Gotham B";
		color: #0FACBD;
	}

	.static-map .read-more:hover {
		color: #32657c;
	}

	.static-map .read-more:hover img.hover {
			display: inline-block;
	}

	.static-map .read-more:hover img.no-hover {
			display: none;
	}
}
