/*  < mcTestimonials >  */
.mc-tests-cont {padding: 30px 0;}
.mc-test-box {
	border: 2px solid #E0E0E0;
	background-color: #fff;
	padding: 20px 20px 70px;
	margin: 0 0 20px 0;
	line-height: 1.6;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.mc-test-box::after {
	position: absolute;
	content: '';
	width: 90%;
	max-width: 260px;
	height: 17px;
	background: url(../img/testimonials/tests-border.webp) no-repeat center top;
	background-size: 100% 100%;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.mc-test-box h2 {
	color: #1D1D1D;
	font-weight: 700;
	line-height: 1.5;
}
.mc-test-box p {
	padding: 0 0 15px 0;
}
.mc-test-author {
	display: block;
	font-weight: bold;
	position: relative;
	color: #1D1D1D;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Manrope', sans-serif;
	line-height: 1.5;
}
.mc-test-author:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 5px 0 0;
	background-color: #1D1D1D;
	width: 16px;
	height: 2px;
	top: 11px;
	left: 0;
}
/* 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: 30px 30px 75px; }
	.mc-test-box h2, .mc-test-author { font-size: 20px; }
}
@media screen and (min-width: 1640px) {
	.mc-tests-cont { column-count: 4; }
	.mc-test-box { padding: 35px 35px 80px; }
	.mc-test-box::after { bottom: 40px; }
	.mc-test-author:before {top: 14px;}
	.mc-test-box h2, .mc-test-author { font-size: 22px; }
}
/*  </ mcTestimonials >  */