/* Customer Reviews Section */
.customer-reviews-section {
	overflow: hidden;
}

.customer-reviews-section .section-introduction {
	
	max-width: 862px;
	margin: 0 auto 44px;
}

.customer-reviews-section .section-introduction > :last-child {
	margin-bottom: 0;
}

.customer-reviews-section .reviews-slider {
	position: relative;
}

.customer-reviews-section .swiper-wrapper {
	align-items: stretch;
}

.customer-reviews-section .swiper-slide {
	height: auto;
}

.customer-reviews-section article.type-review {
	height: 100%;
}

@media screen and (max-width: 991px) {
	.customer-reviews-section .section-introduction {
		margin-bottom: 22px;
	}
}