.service-item {
	background-color: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 3rem;
}

.service-item-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media(max-width: 575px) {
	.service-item-img {
		height: 150px;
	}
}

.service-item-img-overlay {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	position: relative;
	right: -1px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.service-item-img-overlay {
		display: none;
	}
}

.service-item .service-item-headline a {
	color: #637342;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1em;
	letter-spacing: 0.125em;
	text-transform: uppercase;
}

.service-item .service-item-subheadline a {
	color: #240e01;
	text-decoration: none;
	font-size: 0.9375rem;
	line-height: 1em;
	letter-spacing: 0.125em;
	text-transform: uppercase;
}

.service-item .service-item-text a {
	color: #333239;
	text-decoration: none;
}

.service-item .service-item-link a {
	color: #2f93a7;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.125em;
}

.service-item .card-edge-overlay {
	display: none;
	position: absolute;
	bottom: -1px;
	left: 0px;
	right: 0px;
}

@media(max-width: 575px) {
	.service-item .card-edge-overlay {
		display: block;
	}
	.service-item .service-item-img-overlay {
		display: none;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.service-item .card-edge-overlay {
		display: none;
	}
}