/*  < 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-color: #FFF;
	position: relative;
	box-sizing: border-box;
	padding: 20px 40px;
	z-index: 1;
}
.article .mc_testimonial .block_wrap::before,
.article .mc_testimonial .block_wrap::after {
	box-sizing: border-box;
	content: ''; height: 302px; position: absolute; top: 0; width: 62px;
}
.article .mc_testimonial .block_wrap::before {
	border-left: 3px solid #CFCFCF;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-radius: 100% 0 0 100%;
	left: 0; z-index: -1;
}
.article .mc_testimonial .block_wrap::after {
	border-right: 3px solid #CFCFCF;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-radius: 0 100% 100% 0;
	right: 0; z-index: -2;
}
.article .mc_testimonial .element_stars { box-sizing: border-box; display: block; padding: 0 0 19px; }
.article .mc_testimonial .element_stars img { display: block; height: auto; margin: 0 auto; max-width: 100%; width: 163px; }
.article .mc_testimonial h2 {
	color: #00315E;
	font-family: "Red Hat Display", sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: normal;
	padding: 0 0 20px;
	position: relative;
}
.article .mc_testimonial p {
	padding: 0 0 20px;
	color: #000;
	font-family: "Red Hat Display", sans-serif;
	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: #000;
	font-family: "Red Hat Display", sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.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: 30px 50px;
	}
	.article .mc_testimonial h2 {
		font-size: 26px;
	}
	.article .mc_testimonial p strong { font-size: 20px; }
}
@media screen and (min-width: 1400px) {
	.article .mc_testimonial .element_stars img { width: 243px; }
}
@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 .block_wrap::before,
	.article .mc_testimonial .block_wrap::after { width: 90px; }
	.article .mc_testimonial h2 { font-size: 32px; }
	.article .mc_testimonial p { font-size: 18px; }
	.article .mc_testimonial p strong { font-size: 24px; }
}
/*  </ mcTestimonials >  */