.testimonials--section {
	overflow: hidden;
}

.testimonials--container {
	padding: 30px;
}

@media (min-width: 992px) {
	.testimonials--container {
		padding: 60px 30px;
	}	
}

.testimonials--slider {
	margin: 0 -30px;
	margin-right: calc((100vw - var(--scrollbar-width) - 80px) * -1);
}

@media (min-width: 768px) {
	.testimonials--slider {
		margin-right: auto;
		width: calc(650px * 2);
	}
}

@media (min-width: 1200px) {
	.testimonials--slider {
		margin-right: 0;
		width: auto;
	}	
}

.testimonials--slide {
	padding: 30px;
	margin: 0 15px;
	max-width: calc(100vw - 80px);
	background-image: url("data:image/svg+xml,%3Csvg width='89' height='65' viewBox='0 0 89 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_470_5295)'%3E%3Cpath d='M26.2124 26.3108V1L0 26.3108V65H38.6892V26.3108H26.2124Z' fill='%2308855B'/%3E%3Cpath d='M76.3179 26.3108V1L50.1055 26.3108V65H88.7947V26.3108H76.3179Z' fill='%2308855B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_470_5295'%3E%3Crect width='88.7936' height='64' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 30px 30px;
	background-size: 48px auto;
	padding-top: 85px;
	height: 100%;
}

@media (min-width: 992px) {
	.testimonials--slide {
		background-size: 88px auto;
		padding-top: 115px;		
	}
}

.testimonials--slider > .testimonials--slide:not(:first-child) {
	display: none;
}

.testimonials--position,
.testimonials--company {
    display: block;
    line-height: 1.5em;
}

.testimonials--slider .slick-track {
	display: flex;
}

.testimonials--slider .slick-slide {
	display: flex;
	flex-grow: 1;
	margin: 0 15px;
}

.testimonials--slider.slick-slider .testimonials--slide {
	display: block !important;
}

.testimonials--controls {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.testimonials--controls {
		margin-top: 30px;	
	}
}

.testimonials--dots {
	width: 50%;
	align-self: center;
}

.testimonials--arrows {
	width: 120px;
	display: flex;
	justify-content: space-between;
}

.testimonials--arrows .slick-arrow {
	transform: none;
}