/*  < mcTestimonials >  */
.article .mc_testimonials_col {
	padding: 0 0 20px;
}
.article .mc_testimonial {
	text-align: center;
}
.article .mc_testimonial .block_cont {
	padding: 0;
	column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	border-bottom: 2px solid #501818;
}
.article .mc_testimonial .block_wrap {
	box-sizing: border-box;
	padding: 22.5px 21px 30px;
}
.article .mc_testimonial .element_stars {
	padding: 0 0 12.75px;
}
.article .mc_testimonial .element_stars img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 123px;
	height: auto;
}
.article .mc_testimonial p {
	font-family: 'Inter', sans-serif;
	padding: 0;
	color: #000;
	font-size: 18px;
	line-height: 1.67;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_testimonial p strong {
	font-family: 'Playfair Display', sans-serif;
	display: block;
	padding: 10.5px 0 0;
	color: #501818;
	font-size: 28px;
	line-height: 1.4;
}
@media screen and (min-width: 600px) {
	.article .mc_testimonials_col {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
}
@media screen and (min-width: 1120px) {
	.article .mc_testimonials_col {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}
}
@media screen and (min-width: 1640px) {
	.article .mc_testimonials_col {
		-webkit-column-gap: 60px;
		-moz-column-gap: 60px;
		column-gap: 60px;
	}
	.article .mc_testimonial .block_wrap {
		padding: 30px 28px 40px;
	}
	.article .mc_testimonial .element_stars {
		padding: 0 0 17px;
	}
	.article .mc_testimonial .element_stars img {
		max-width: 381px;
	}
	.article .mc_testimonial p {
		font-size: 25px;
	}
	.article .mc_testimonial p strong {
		padding: 14px 0 0;
	}
}
/*  </ mcTestimonials >  */

.article .block_wrap h2 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(28px, 4vw, 40px);
	color: #501818;
	line-height: 1.4;
	text-align: center;
	padding: 0 0 30px;
}