/*  < 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: 2px solid #022E7E;
}
.article .mc_testimonial .block_wrap {
	box-sizing: border-box;
	padding: 22.5px 21px 30px;
}
.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: #000;
	font-size: 14px;
	line-height: 1.67;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_testimonial p strong {
	font-family: 'Catamaran', sans-serif;
	display: block;
	padding: 10.5px 0 0;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	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: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
	}
}
@media screen and (min-width: 1640px) {
	.article .mc_testimonial .block_wrap {
		padding: 30px 28px 40px;
	}
	.article .mc_testimonial .element_stars {
		padding: 0 0 17px;
	}
	.article .mc_testimonial .element_stars img {
		max-width: 164px;
	}
	.article .mc_testimonial p {
		font-size: 16px;
	}
	.article .mc_testimonial p strong {
		padding: 14px 0 0;
		font-size: 18px;
	}
}
/*  </ mcTestimonials >  */

.block_wrap h2 {
	font-size: 22px;
}

.article h1::before, .article h2::before {
	display: none;
}

.article h1::after, .article h2::after {
	display: none;
}

.article h2 {
	margin: 0;
}