div {
	margin: 0;
	padding:0;
}
h1 {
	font-weight: 700;
	color: #c91617;
}
p {
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	color: black;
}
h2 {
	font-weight: 700;
	color: white;
}
.row {
	margin-bottom: 0px;
}
.row.content {
	background-color: #c91617;
	padding: 20px;
}
.row.content {
	min-height: 538px;
}
.services .col {
	min-width: 166px;
	height: 100%;
	padding: 0px;
}

.services .col img {
	max-width: 320px;
	margin-top: 10px;
}

@media only screen and (max-width: 930px) {
	.services .col  {
		width: 100% !important;
	}
	.row.content {
		background-color: black;
	}

	h2 {
		color: #c91617;
	}
	p {
		color: white;

	}
	.row.content {
		min-height: 312px;
	}
}