.testimonial {
	overflow: hidden;
	color: var(--color-black);
	background: #f2f2f2;
	padding-top: 60px;
	padding-bottom: 60px;
	width: 100%;
	position: relative;
}

.testimonial .slick-autoplay-toggle-button {
	display: none !important;
}

.testimonial-slider {
	margin-left: -100px;
}

.testimonial-slider .slick-list {
	overflow: visible;
}

.testimonial h2 {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.testimonial h2 em {
	font-weight: 400;
}

.testimonial h2 img {
	width: 10px;
	margin-left: 10px;
}

.testimonial-slide {
	width: 242px;
	margin-right: 15px;
}

.testimonial-slide:nth-child(odd) {
	margin-top: 60px;
}

.testimonial-video {
	margin-bottom: 15px;
	display: block;
	width: 100%;
	position: relative;
	border-radius: 24px;
	overflow: hidden;
}

.testimonial-video:before {
	width: 100%;
	height: 90%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	content: '';
}

.testimonial-video:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(255, 255, 255, .3);
	backdrop-filter: blur(2px);
	width: 40px;
	height: 40px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	display: none;
	font-family: 'veera-icons', sans-serif;
	background: rgba(255, 255, 255, .3) url('../../assets/images/play.svg') center center no-repeat;
	background-size: 14px auto
}

@media screen and (min-width: 1025px) {
	.testimonial-slide.has-large {
		width: 389px;
	}

	.testimonial h2 img {
		width: 18px;
	}

	.testimonial {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.testimonial h2 {
		margin-bottom: 50px;
	}

	.testimonial-slide {
		width: 288px;
	}

	.testimonial-video:after {
		width: 48px;
		height: 48px;
	}
}
