/*  < mcTestimonials >  */
.article .mc_testimonials_col {
	padding: 0 0 20px;
	text-align: center;
}
.article .mc_testimonial {
	text-align: left;
}
.article .mc_testimonial .block_cont {
	margin: 0 0 5px;
	padding: 0;
	column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}
.article .mc_testimonial .block_wrap {
	box-sizing: border-box;
	padding: 15px 30px 30px;
	background-color: #003E69;
	border: 2px solid #2774AA;
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.article .mc_testimonial .block_wrap::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	box-sizing: border-box;
	pointer-events: none;
	background-image: linear-gradient(0deg, #14649b 0%, #01375c 100%);
	border: 2px solid #2774AA;
	z-index: -1;
}

.article .mc_testimonial .block_wrap::before {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	width: 60px;
	height: 60px;
	background-image: url('../img/testimonials/quote.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	background-color: #003E69;
	border: 2px solid #2773A8;
	box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.17);
}

.article .mc_testimonial .element_quote {
	padding: 0 0 15px;
}
.article .mc_testimonial .element_quote img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 182px;
	height: auto;
}
.article .mc_testimonial p {
	padding: 0;
	color: #fff;
	font-family: 'Inter', sans-serif;
	text-align: center;
	font-size: 18px;
	line-height: 1.44;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0 0 30px;
}
.article .mc_testimonial p strong {
	display: block;
	padding: 18px 0 0;
	color: #458cdd;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 2.1px;
	text-align: center;
	text-transform: uppercase;
}
@media screen and (min-width: 600px) {
	.article .mc_testimonials_col {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
	}
	.article .mc_testimonial .block_wrap {
		padding: 15px 20px 15px;
	}
}
@media screen and (min-width: 800px) {
	.article .mc_testimonials_col {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 7.5px;
		-moz-column-gap: 7.5px;
		column-gap: 7.5px;
	}
}
@media screen and (min-width: 1120px) {
	.article .mc_testimonials_col {
		padding: 20px 0 40px;
	}
	.article .mc_testimonial .block_cont {
		margin: 0 0 7.5px;
	}
	.article .mc_testimonial .block_wrap {
		padding: 37.5px 21px 30px;
	}
	.article .mc_testimonial .element_quote {
		padding: 0 0 22.5px;
	}
	.article .mc_testimonial p {
		font-size: 20px;
	}
	.article .mc_testimonial p strong {
		padding: 27px 0 0;
		font-size: 22px;
		letter-spacing: 3.15px;
	}
}
@media screen and (min-width: 1640px) {
	.article .mc_testimonials_col {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		padding: 40px 0 60px;
	}
	.article .mc_testimonial .block_cont {
		margin: 0 0 10px;
	}
	.article .mc_testimonial .block_wrap {
		padding: 50px 28px 40px;
	}
	.article .mc_testimonial .element_quote {
		padding: 0 0 30px;
	}
	.article .mc_testimonial p {
		font-size: 22px;
	}
	.article .mc_testimonial p strong {
		padding: 36px 0 0;
		font-size: 24px;
		letter-spacing: 4.2px;
	}
}

.article .sbTestTitle {
	font-family: 'Lora', sans-serif;
	font-size: 24px;
	color: #fff;
	line-height: 1.16;
	padding: 0 0 20px;
	text-align: center;
}

.article .mc_testimonial .sbTestAuthor {
	font-family: 'Lora', sans-serif;
	font-size: 24px;
	color: #fff;
	line-height: 1.16;
	font-style: italic;
	text-align: center;
}

/*  </ mcTestimonials >  */