/*  < mcTestimonials >  */
.mcTest{
	padding: 0 0 20px;
	border-bottom: 2px solid #646464;
	margin: 0 auto 20px;
}

.mcTest p {
	padding: 0 0 15px;
}

.mcTest p strong {
	font-family: 'Open Sans', sans-serif;
	font-size: clamp(16px, 4vw, 18px);
	padding: 0 0 15px;
	color: #1F3760;
}

.mcTest span{ font-weight: bold; }
@media screen and (min-width: 1120px){
	.mcTest{
		padding: 0 0 30px 0px;
		margin: 0 0 40px 145px;
		position: relative;
	}
	.mcTest:before{
		content: '';
		position: absolute;
		width: 111px;
		height: 83px;
		background-image: url(../img/testimonials-page/quote.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		top: 5px;
		left: -145px;
	}
}
/*  </ mcTestimonials >  */