.hero {
	background-image: url('../images/construction-lg.jpg');
}
#prefooter-cta {
	background-image: url('../images/preventative-maintenance.jpg');
}
#prefooter-cta .container {
	width: 100%;
}
.additional-service-row {
	margin-bottom: 50px;
}
#service-specifics .svg-inline--fa {
	font-size: 40px;
    margin-bottom: 10px;
	color: #1570C2;
}
.service-overview a {
	color: #134675 !important;
}
#service-specifics button {
	width: 300px;
	height: 50px;
    margin-top: 50px;
	box-shadow: 0px 10px 15px 0px rgba(21, 112, 194, 0.3);
}
@media only screen and (max-width: 1150px) {
	#services .col-md-4:last-child {
		margin-top: 0px;
	}
}
@media only screen and (max-width: 767.8px) {
	.additional-service-row {
		margin-bottom: 0px;
	}
	.additional-service-row .col-md-4 {
		text-align: center;
    	width: 70%;
		margin-bottom: 25px;
	}
	#last-row {
		justify-content: center;
	}
}
@media only screen and (max-width: 425px) {
	.additional-service-row .col-md-4 {
		width: 100%;
	}
}