.services .service {
	background-color: #efefef;
}
.services .service-image img {
	vertical-align: bottom;
}
.services .service a {
	color: #da241d;
	text-decoration: none;
}

.services .service-heading {
	font-family: "Bebas Neue";
	text-transform: uppercase;
}

.services .service .learn-more {
	font-weight: bold;
}

@media only screen and (max-width: 992px) {
	.service {
		width: 38%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.services .service-image {
		float: none;
		text-align: center;
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
	}
	.services .service-text {
		float: none;
		text-align: center;
		margin: 0 auto;
		height: auto !important;
		width: 100%;
		max-width: 100%;
	}
}
