/*  < mcTestimonials >  */
.article .mc_testimonials_col {
	padding: 0 0 20px;
}
.article .mc_testimonial {
	text-align: center;
	position: relative;
	margin: 0 0 20px;
}
.article .mc_testimonial .block_cont {
	padding: 0;
	column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}
.article .mc_testimonial .block_wrap {
	box-sizing: border-box;
	padding: 22.5px 21px 30px;
	text-align: center;
    margin: 0 auto;
	background: url(../img/testimonials/bgSp.webp) no-repeat center center #F9F8F3;
	background-size: cover;
    position: relative;
    z-index: 1;
    color: #000;
}

.article .mc_testimonial .element_stars {
	padding: 0 0 21px;
}
.article .mc_testimonial .element_stars img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 180px;
	height: auto;
}
.article .mc_testimonial h2 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    text-align: center;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
    text-transform: uppercase;
    color: #000;
    padding: 0 0 20px;
    margin: 0 0 10px;
    position: relative;
	font-family: 'Raleway', sans-serif;
}
.article .mc_testimonial p {
	padding: 0 0 19px;
	font-size: 16px;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_testimonial strong {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}
.article .mc_testimonial .cont_attribution {
	display: block;
    font-size: 16px;
	line-height: 1.2;
    color: #000;
	font-weight: 400;
    margin: 5px 0 0;
}
@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;
	}
	.article .mc_testimonial .element_stars img {
		max-width: 190px;
	}
	.article .mc_testimonial h2 {
		font-size: 22px;
	}
	.article .mc_testimonial strong {
		font-size: 22px;
	}
}
@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 28px;
	}
	.article .mc_testimonial h2 {
		font-size: 26px;
	}
	.article .mc_testimonial p {
		padding: 0 0 26px;
	}
	.article .mc_testimonial strong {
		font-size: 26px;
	}
}
/*  </ mcTestimonials >  */