/** About/service overview cards — equal height **/
#about .row {
	display: flex;
	flex-wrap: wrap;
}

#about .row > [class*="col-"] {
	display: flex;
}

#about .about-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

#about .about-text {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding: 0 15px 15px;
}

#about .about-text h3 {
	min-height: 2.6em;
	line-height: 1.3;
}

#about .about-text p {
	flex: 1 1 auto;
	margin-bottom: 0;
}

/** Services carousel — equal-size, responsive cards **/

.owl-services .owl-stage {
	display: flex;
	align-items: stretch;
}

.owl-services .owl-item {
	display: flex;
	float: none;
	height: auto;
}

.owl-services .service-widget {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #ffffff;
}

.owl-services .post-media {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	overflow: hidden;
	margin-bottom: 0 !important;
	flex-shrink: 0;
	background: #e9ecef;
}

.owl-services .post-media img,
.owl-services .post-media img.img-responsive {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 0;
}

.owl-services .service-dit {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding: 20px 15px;
	min-height: 160px;
}

.owl-services .service-dit h3 {
	font-size: 18px;
	line-height: 1.35;
	min-height: 2.7em;
	padding: 0 0 10px !important;
	margin: 0;
	word-wrap: break-word;
}

.owl-services .service-dit p {
	flex: 1 1 auto;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.55;
}

@media (max-width: 991px) {
	.owl-services .service-dit {
		min-height: 150px;
		padding: 16px 12px;
	}

	.owl-services .service-dit h3 {
		font-size: 16px;
		min-height: 2.7em;
	}
}

@media (max-width: 599px) {
	.owl-services .post-media {
		aspect-ratio: 16 / 10;
	}

	.owl-services .service-dit {
		min-height: 140px;
	}

	.owl-services .service-dit h3 {
		font-size: 17px;
		min-height: auto;
	}
}
