/*  < 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;
}
.article .mc_testimonial .block_wrap {
	box-sizing: border-box;
	padding: 22.5px 21px 30px;
}
.article .mc_testimonial h2 { color: #1C3657; font-size: 20px; }
.article .mc_testimonial .element_stars {
	padding: 0 0 12.75px;
}
.article .mc_testimonial .element_stars img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 223px;
	height: auto;
}
.article .mc_testimonial p {
	padding: 0;
	color: #1C3657;
	font-size: 18.75;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_testimonial p strong {
	color: #1C3657;
	display: block;
	padding: 10.5px 0 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
@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 h2 { font-size: 24px; }
	.article .mc_testimonial p strong { font-size: 20px; }
}
@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 h2 { font-size: 30px; }
	.article .mc_testimonial .element_stars {
		padding: 0 0 17px;
	}
	.article .mc_testimonial p {
		font-size: 25px;
	}
	.article .mc_testimonial p strong {
		padding: 14px 0 0;
		font-size: 24px;
	}
}
/*  </ mcTestimonials >  */