/* testimonials */

.mc-testimonials {
	max-width: 896px;
	text-align: center;
    padding: 56px 64px;
    margin: 0 auto;
}

.mc-testimonials-spacer {
	margin-top: 60px;
}

.mc-testimonials-box-wrapper {
	display: flex;
	gap: 60px 32px;
	flex-wrap: wrap;
}

.mc-testimonials-box {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.mc-testimonials-box.mc-cols-2 {
	width: calc(50% - 16px);
}

.mc-testimonials-box.mc-cols-3 {
	width: calc(33.33% - 22px);
}

.mc-testimonials-box.mc-cols-4 {
	width: calc(25% - 24px);
}

.mc-testimonials-icon {
	margin-bottom: 32px;
}

.mc-testimonials h3 {
	margin-bottom: 32px;
}

.mc-testimonials p {
	font-size: 16px;
	margin-bottom: 0;
}

.mc-testimonials-icon, 
html .editor-styles-wrapper .mc-testimonials-icon {
	/*height: 100%;*/
	height: 60px;
}

.mc-testimonials-ident, 
html .editor-styles-wrapper .mc-testimonials-ident {
	width: 64px;
	height: 64px;
	border: 2px solid var(--color_1);
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto 16px;
}

.mc-testimonials-bot {
	margin-top: auto;
}

@media (max-width: 1024px) {
	.mc-testimonials-box.mc-cols-3, 
	.mc-testimonials-box.mc-cols-4 {
		width: calc(50% - 16px);
	}
}

@media (max-width: 768px) {
	.mc-testimonials {
		padding: 56px 20px;
	}
	
	.mc-testimonials-box.mc-cols-2, 
	.mc-testimonials-box.mc-cols-3, 
	.mc-testimonials-box.mc-cols-4 {
		width: 100%;
		max-width: none;
	}
}