/*  < 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;
	border-bottom: 1px solid #a8bfdb;
}
.article .mc_testimonial .block_wrap {
	box-sizing: border-box;
	
	padding: 30px 30px 30px;
	background-color: #0F93E6;
	margin: 0 0 30px;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background-image: url('../img/testimonials/quote.svg');
	background-position: 12px 12px;
	background-size: calc(93px / 2) calc(65px / 2);
	background-repeat: no-repeat;
}

.article .mc_testimonial .block_wrap::before {
	position: absolute;
	content: '';
    right: 12px;
    top: 12px;
    width: calc(100% - 12px - calc(93px / 2) - 12px - 15px);
    height: calc(100% - 27px);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
		pointer-events: none;
}

.article .mc_testimonial .block_wrap::after {
	position: absolute;
	content: '';
    left: 12px;
    bottom: 12px;
    width: calc(100% - 27px);
    height: calc(100% - 24px - calc(63px / 2) - 15px);
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
		pointer-events: none;
}

.article .mc_testimonial .element_stars {
	padding: 0 0 12.75px;
}
.article .mc_testimonial .element_stars img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 123px;
	height: auto;
}
.article .mc_testimonial p {
	padding: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.67;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_testimonial p strong {
	display: block;
	font-family: 'Libre Baskerville', sans-serif;
	padding: 10.5px 0 0;
	color: #fff;
	font-weight: 400;
	font-size: 26px;
	line-height: 1;
}
@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;
	}
}
@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: 60px 55px 55px;
	background-size: 93px 65px;
	}
	.article .mc_testimonial .element_stars {
		padding: 0 0 17px;
	}
	.article .mc_testimonial .element_stars img {
		max-width: 164px;
	}

.article .mc_testimonial .block_wrap::before {
    width: calc(100% - 12px - 93px - 12px - 15px);
}

.article .mc_testimonial .block_wrap::after {
    height: calc(100% - 24px - 63px - 15px);
}
}
/*  </ mcTestimonials >  */

.article h2 {
	color: #fff;
	padding: 0 0 20px 50px;
}