/*  < mcTestimonials >  */
.article .mc_testimonials_col {
	margin: 40px 0 0;
	padding: 0 0 20px;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
.article .mc_testimonial {
	background: #FFF;
	position: relative;
	box-sizing: border-box;
	padding: 30px 20px 80px;
}
.article .mc_testimonial::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 60px;
	background: url(../img/icons/5stars.webp) no-repeat center center #479a99;
	background-size: auto;
	bottom: 0;
	left: 0;
}
.article .mc_testimonial .block_wrap {
	box-sizing: border-box;
	text-align: left;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 1;
    color: #222;
}
.article .mc_testimonial h2 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: 22px/1.2 'Monda', sans-serif;
    font-weight: 400;
    color: #1e5e76;
    padding: 0 0 65px;
	margin: 0 0 20px;
    position: relative;
}
.article .mc_testimonial h2::before {
	position: absolute;
	content: '';
	width: 45px;
	height: 45px;
	background: url(../img/icons/quote.webp) no-repeat center top;
	background-size: 100% auto;
	bottom: 0;
	left: 0;
}
.article .mc_testimonial p {
	padding: 0 0 19px;
	font-size: 16px;
	line-height: 1.67;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_testimonial strong {
	display: block;
	font: 18px/1.2 'Monda', sans-serif;
	font-weight: 700;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_testimonial .cont_attribution {
	display: block;
    font: 20px/1.2 'Monda', sans-serif;	
	font-weight: 400;
    color: #222;
    margin: 5px 0 0;
}
@media screen and (min-width: 600px) {
	.article .mc_testimonial { padding: 30px 20px 100px; }
}
@media screen and (min-width: 1120px) {
	.article .mc_testimonials_col {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 60px 60px;
	}
	.article .mc_testimonial {
		width: calc(50% - 30px);
		padding: 40px 40px 160px;
	}
	.article .mc_testimonial::before { height: 90px; }
	.article .mc_testimonial h2 {
		font-size: 26px;
	}
	.article .mc_testimonial strong {
		font-size: 22px;
	}
	.article .mc_testimonial .cont_attribution { font-size: 26px; }
}
@media screen and (min-width: 1640px) {
	.article .mc_testimonial { padding: 40px 50px 180px; }
	.article .mc_testimonial h2 { font-size: 32px; }
	.article .mc_testimonial p {
		padding: 0 0 26px;
		font-size: 18px;
	}
	.article .mc_testimonial strong { font-size: 26px; }
	.article .mc_testimonial .cont_attribution { font-size: 32px; }
}
/*  </ mcTestimonials >  */