/*  < mcTestimonials >  */
.mc-tests-cont {padding: 20px 0 30px;}
.mc-test-box {
	border: 2px solid #49AFEE;
	background-color: #fff;
	padding: 20px;
	margin: 0 0 20px 0;
	text-align: center;
	color: #262661;
	line-height: 1.6;
}
.mc-test-box p {
	padding: 0 0 15px 0;
}
.mc-test-author {
	display: block;
	font-weight: bold;
	position: relative;
}
/* Testimonials Page */
@media screen and (min-width: 800px) {
	.mc-tests-cont {
		column-count: 2;
	}
	.mc-test-box {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
}
@media screen and (min-width: 1120px) {
	.mc-tests-cont {
		column-count: 3;
	}
	.mc-test-box {
		padding: 40px 35px 30px;
	}
}
@media screen and (min-width: 1640px) {
	.mc-tests-cont {
		column-count: 4;
	}
}
/*  </ mcTestimonials >  */

.article .mc-test-inner h2 {
	font-family: 'Oswald', sans-serif;
	font-size: clamp(22px,4vw,30px);
	font-weight: 400;
	color: #02598E;
}

.article .mc-test-inner p {
	font-family: 'Roboto', sans-serif;
	font-size: clamp(16px,4vw,18px);
	line-height: 1.66;
	color: #000;
}

.article .mc-test-inner .mc-test-author {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: clamp(18px,4vw,25px);
	line-height: 1.66;
	margin: 0 0 20px;
	color: #669A00
}