.video-testimonials-archive {
	padding: 60px 0  120px;
}

.video-testimonials-archive__title {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 60px;
	text-align: center;
	font-weight: 400;
}

.video-testimonials__testimonials {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
}

.video-testimonial {
	box-shadow: 0px 6px 25px rgba(210, 212, 216, 0.6);
}

.video-testimonial__info {
	background-color: #fff;
	padding: 40px 30px;
	position: relative;
	line-height: 1.5em;
}

.video-testimonial__info:after {
	display: block;
	width: 79px;
	height: 68px;
	content: '';
	background-image: url(img/quote.png);
	background-size: contain;
	background-position: center;
	z-index: 5;
	position: absolute;
	left: 30px;
	top: 35px;
}

.video-testimonial__info p {
	margin: 0;
}

.video-testimonial__text {
	font-style: italic;
	position: relative;
	z-index: 10;
}

.video-testimonial__author {
	font-weight: 600;
	margin-top: 15px;
}

.video-testimonial__author b {
	text-shadow: none;
}

.video-testimonials__buttons {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.video-testimonials__buttons .cta-button {
	cursor: pointer;
}

.load-more-video-testimonials .less-text {
	display: none;
}

.show-less-video-testimonials .more-text {
	display: none;
}

.cta-button.is-waiting {
	opacity: 0.5;
	pointer-events: none;
}

@media screen and (max-width: 992px) {
	.video-testimonials__testimonials {
		grid-template-columns: repeat(2, 1fr);
	}
	.video-testimonials .cta-button {
		font-size: 1rem;
		padding: 1em 2.5em;
	}
}

@media screen and (max-width: 768px) {
	.video-testimonials-archive {
		padding: 30px 0  60px;
	}
	.video-testimonials-archive__title {
		margin-bottom: 30px;
	}
	.video-testimonial__info {
		padding: 30px 20px;
	}
}

@media screen and (max-width: 552px) {
	.video-testimonials__testimonials {
		grid-template-columns: repeat(1, 1fr);
	}
	.video-testimonials__buttons {
		margin-top: 10px;
	}
}