/*  < 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;
	background-color: #70c15d;
    border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
}
.article .mc_testimonial .block_cont:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    -webkit-clip-path: polygon(10% 25%,90% 25%,76% 0,100% 0,100% 100%,0 100%,0 0,24% 0);
    clip-path: polygon(10% 25%,90% 25%,76% 0,100% 0,100% 100%,0 100%,0 0,24% 0)
}
.article .mc_testimonial .block_wrap {
	box-sizing: border-box;
	text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    color: #fff;
	background: url(../img/sidebar/test-bg-1.webp) no-repeat center center;
	background-size: cover;
	border-radius: 5px;
	padding: 70px 20px 20px;
}
.article .mc_testimonial .block_wrap::before {
	position: absolute;
	content: '';
	width: 200px;
	height: 40px;
	background: url(../img/testimonials/stars.webp) no-repeat center center;
	background-size: 100% auto;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.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-family: 'Oswald',sans-serif;
    font-size: 20px;
	font-style: normal;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    padding: 0 0 20px;
    margin: 0 0 10px;
    position: relative;
}
.article .mc_testimonial p {
	padding: 0 0 19px;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_testimonial strong {
	display: block;
	font: 18px/1.2 'Roboto',sans-serif;
	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-family: 'Roboto',sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
	font-weight: 700;
    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: 24px;
	}
	.article .mc_testimonial strong {
		font-size: 22px;
	}
	.article .mc_testimonial .cont_attribution { font-size: 18px; }
}
@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: 70px 28px 40px;
	}
	.article .mc_testimonial .element_stars {
		padding: 0 0 28px;
	}
	.article .mc_testimonial h2 {
		font-size: 28px;
	}
	.article .mc_testimonial p {
		padding: 0 0 26px;
	}
	.article .mc_testimonial strong {
		font-size: 26px;
	}
	.article .mc_testimonial .cont_attribution { font-size: 20px; }
}
/*  </ mcTestimonials >  */