.image-blocks-module {
	margin-top: 5px;
}

.image-blocks-module .btn-blue {
	border-radius: 3px;
}

.row.image-blocks__group {
	margin-left: -2.5px;
	margin-right: -2.5px;
}

[class*="col-md-"].image-blocks__item {
	padding-left: 2.5px;
	padding-right: 2.5px;
}

.image-blocks__item-content {
	background-size: cover;
	color: #FFF;
	text-align: center;
	padding: 100px 60px;
	position: relative;
}

.image-blocks__item-content::before {
	background-color: rgba(26, 81, 175, .5);
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.image-blocks__item-content > * {
	position: relative;
	z-index: 2;
}

.image-blocks__item-title {
	font-family: Raleway, sans-serif;
	font-weight: 700;
	margin-top: 0;
	text-transform: uppercase;
}
