.special_markets_body {
	background: #C7EAFC;
}
.special_markets {
	background: #FFF url("/img/special_markets/special_markets_header.png") top center no-repeat;
	background-size: contain;
}
.special_markets .row {
	background: url("/img/special_markets/special_markets_footer.png") bottom center no-repeat;
	background-size: contain;
}
.special_markets_content {
	/*height: 100vh;*/
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 28%;
}
.special_markets_content img {
	margin: 22% 0 40px;
	width: 50%;
}
h1 {
	font-size: 35px;
}
@media (max-width: 767px) {
	.special_markets_content {
		font-size: 16px;
		font-weight: normal;
	}
	.special_markets_content img {
		margin: 25% 0 20px;
		width: 75%;
	}
}
