/*#region Testimonials Carousel */
.testimonials-carousel-container .counter-row {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.testimonials-carousel-container .counter-row .left-button {
	padding-right: 40px;
	padding-bottom: 15px;

}

.testimonials-carousel-container .counter-row .right-button {
	padding-left: 40px;
	padding-bottom: 15px;
}

.testimonials-carousel-container .counter-row .left-button img,
.testimonials-carousel-container .counter-row .right-button img {
	display: block;
	cursor: pointer;
}

.testimonials-carousel-container .counter-row .quote-container img {
	display: block;
}

.testimonials-carousel-container .testimonials-carousel {
	margin: 70px -30px 0px -30px;
}

.testimonials-carousel-container .testimonials-carousel .carousel-item {
	margin: 0px 30px;
}

.testimonials-carousel-container .testimonials-carousel .carousel-item .testimonial-text {
	font-family: 'Barlow', sans-serif;
	font-size: 22px;
	line-height: 34px;
	font-weight: 500;
	color: #A8B5D9;
	font-style: italic;
	padding: 0px;
}

.testimonials-carousel-container .testimonials-carousel .carousel-item .testimonial-author {
	font-family: 'Barlow', sans-serif;
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
	color: #FFD596;
	padding: 0px;
	margin-top: 30px;
}

@media (max-width: 1023px) {
	.testimonials-carousel-container .testimonials-carousel {
		margin: 60px -15px 0px -15px;
	}
	
	.testimonials-carousel-container .testimonials-carousel .carousel-item {
		margin: 0px 15px;
	}

	.testimonials-carousel-container .testimonials-carousel .carousel-item .testimonial-text {
		font-size: 20px;
		line-height: 30px;
	}
	
	.testimonials-carousel-container .testimonials-carousel .carousel-item .testimonial-author {
		font-size: 18px;
		line-height: 26px;
	}
}

@media (max-width: 767px) {
	.testimonials-carousel-container .testimonials-carousel {
		margin-top: 40px;
	}
	
	.testimonials-carousel-container .testimonials-carousel .carousel-item .testimonial-text {
		font-size: 18px;
		line-height: 28px;
	}
	
	.testimonials-carousel-container .testimonials-carousel .carousel-item .testimonial-author {
		font-size: 16px;
		line-height: 24px;
	}
}

/* #endregion */