/*
 * "Immigration & Visa Services in Canada" cards (visarzo_sevice,
 * style_2/6) — rendered inside an Owl Carousel (.three-item-carousel),
 * not a static grid. Owl doesn't stretch slide items to equal height by
 * default, so cards with longer descriptions run taller than their
 * neighbours in the same visible row.
 */

.three-item-carousel.owl-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}

.three-item-carousel.owl-carousel .owl-item {
	height: auto;
	display: flex;
}

.service-block-two {
	width: 100%;
	display: flex;
}

.service-block-two .inner-box {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.service-block-two .inner-box .lower-content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.service-block-two .inner-box .lower-content .box {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.service-block-two .inner-box .lower-content .box h3 {
	min-height: 48px;
}

.service-block-two .inner-box .lower-content .box p,
.service-block-two .inner-box .lower-content .box .item_description {
	flex-grow: 1;
}
