/*  < mcTestimonials >  */
.article .mc_testimonial {
	text-align: center;
}
.article .mc_testimonial .block_cont {
	margin: 0 0 10px;
	padding: 10px 10px 10px;
	column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}
.article .mc_testimonial .block_wrap {
	background: url(../img/testimonials-page/mc-testimonials-bg.webp) no-repeat center top;
	background-size: cover;
	border: 2px solid #EEE;
	position: relative;
	box-sizing: border-box;
	padding: 40px 20px;
	z-index: 1;
}
.article .mc_testimonial .block_wrap::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	max-height: 100%;
	background: rgb(247,247,247);
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.60;
}
.article .mc_testimonial h2 {
	font-size: 20px;
	padding: 50px 0 20px 0;
	position: relative;
}
.article .mc_testimonial h2::before {
	background-image: url(../img/testimonials-page/mc-testimonials-icon-star.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: ""; height: 33px; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: 180px;
}
.article .mc_testimonial p {
	padding: 0 0 20px;
	color: #000;
	font-size: 16px;
	line-height: 1.67;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_testimonial p:last-of-type {
	padding: 0;
}
.article .mc_testimonial p strong {
	color: #F54200;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.article .mc_testimonial p small { display: block; }
@media screen and (min-width: 800px) {
	.article .mc_testimonials_col {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}
@media screen and (min-width: 1120px) {
	.article .mc_testimonial .block_cont {
		margin: 0 0 20px;
	}
	.article .mc_testimonial .block_wrap {
		padding: 40px 30px;
	}
	.article .mc_testimonial p {
		font-size: 17px;
	}
}
@media screen and (min-width: 1400px) {
	.article .mc_testimonial h2 { padding: 70px 0 20px 0; }
	.article .mc_testimonial h2::before { height: 38px; width: 208px; }
}
@media screen and (min-width: 1640px) {
	.article .mc_testimonials_col {
		padding: 0;
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.article .mc_testimonial .block_cont {
		margin: 0 0 32px;
	}
	.article .mc_testimonial h2 { font-size: 23px; }
	.article .mc_testimonial p {
		font-size: 18px;
	}
	.article .mc_testimonial p strong { font-size: 20px; }
}
/*  </ mcTestimonials >  */