/*  < 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: #EEE;
	background-size: cover;
	position: relative;
	box-sizing: border-box;
	padding: 40px 20px;
	z-index: 1;
}
.article .mc_testimonial .block_wrap::before,
.article .mc_testimonial .block_wrap::after { content: ''; position: absolute; }
.article .mc_testimonial .block_wrap::before {
	background: #FFF;
	height: 100%; left: 0; top: 0; width: 100%; z-index: -1;
}
.article .mc_testimonial .block_wrap::after {
	background: #000;
	bottom: -22px; filter: blur(17px); height: 100%; opacity: 0.06; right: -17px; width: 90%; z-index: -2;
}
.article .mc_testimonial h2 {
	color: #525252;
	font-family: "Bebas Neue", sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0 auto 20px;
	padding: 0 0 50px 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;
	bottom: 0;
	content: ""; height: 30px; left: 0; margin: auto; position: absolute; right: 0; width: 180px;
}
.article .mc_testimonial p {
	color: #525252;
	padding: 0 0 20px;
	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 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.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 h2 {
		font-size: 22px;
	}
	.article .mc_testimonial p {
		font-size: 17px;
	}
	.article .mc_testimonial p strong { font-size: 20px; }
}
@media screen and (min-width: 1400px) {
	.article .mc_testimonial h2 { padding: 0 0 60px 0; }
	.article .mc_testimonial h2::before { height: 43px; width: 254px; }
}
@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: 26px; }
	.article .mc_testimonial p {
		font-size: 18px;
	}
	.article .mc_testimonial p strong { font-size: 22px; }
}
/*  </ mcTestimonials >  */