.swiper-container-wrapper.swiper-style-testimonials .swiper-wrapper{
	padding-bottom: 25px;
}
.swiper-container-wrapper.swiper-style-testimonials :is(.swiper-button-next, .swiper-button-prev){
	right: 0;
}
.swiper-container-wrapper.swiper-style-testimonials .photo{
	height: 100%;
	margin-right: calc( -1 * var(--bs-gutter-x) );
}
.swiper-container-wrapper.swiper-style-testimonials .photo img{
	height: 100%;
	object-fit: cover;
}
.swiper-container-wrapper.swiper-style-testimonials .text{
	height: 100%;
	padding: 85px 60px 85px 70px;
	background: var(--wp--preset--color--nikim-akzent);
	color: #fff;
}
.swiper-container-wrapper.swiper-style-testimonials blockquote{
	margin: 0;
	font-family: 'Roboto Condensed';
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
}
.swiper-container-wrapper.swiper-style-testimonials blockquote p{
	margin: 0;
}
.swiper-container-wrapper.swiper-style-testimonials blockquote cite{
	display: block;
	margin-top: 10px;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0.2px;
}

@media (max-width: 1199px){
	.swiper-container-wrapper.swiper-style-testimonials .text{
		padding: 50px;
	}
	.swiper-container-wrapper.swiper-style-testimonials blockquote{
		font-size: 32px;
	}
}

@media (max-width: 991px){
	.swiper-container-wrapper.swiper-style-testimonials :is(.swiper-button-next, .swiper-button-prev){
		display: none;
	}
	.swiper-container-wrapper.swiper-style-testimonials .text{
		padding: 24px;
	}
	.swiper-container-wrapper.swiper-style-testimonials blockquote {
		font-size: 22px;
	}
	.swiper-container-wrapper.swiper-style-testimonials blockquote cite{
		font-size: 16px;
	}
}

@media (max-width: 767px){
	.swiper-container-wrapper.swiper-style-testimonials .photo{
		margin: 0;
	}
	.swiper-container-wrapper.swiper-style-testimonials .photo img{
		aspect-ratio: 335/200;
	}
}