.services-section {
	background-color: #FFF;
}

.services-section .services-btn-container {
	height: 100%;
}

.mh-100 {
	min-height: 100%;
}

.service-detail-img-top {
	padding: 5px 0px;
	width: 100%;
	height: auto;
}

.service-detail-img-top img {
	width: 100%;
	height: auto;
}

.text-color-custom {
	color: #444;
}

.custom-img {
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
		border-radius: 1%;
		width: 80%;
		height: auto;
		vertical-align: top;
}

.custom-img-about {
		right: 0;
		top: 32%;
		width: 50%;
		height: auto;
}

@media (max-width: 991px) {
		.custom-img-about {
				max-width: 45%;
		}
}

.industry-card {
	min-height: 100%;
}

.industry-card .card-body {
	justify-content: center;
}

.error-page-container {
	min-height: 50vw;
}

.error-page-title {
	padding-top: 80px;
	padding-bottom: 20px;
	font-size: 48px;
}

.error-page-subtitle {
	padding: 40px 20px 20px;
}

.error-page-button {
	padding-top: 40px;
	padding-bottom: 20px;
}
