section.testimonial-slider-wrapper .content-wrapper.testimonial-slider-image {
	max-width: 1504px;
}

.swiper.testimonial-image .swiper-button-next,
.swiper.testimonial-image .swiper-button-prev {
	position: initial;
	left: auto;
	right: auto;
	margin: 0;
}
.testimonial-image .testimonial-slider-image-nav {
	display: flex;
	padding: 30px 32px 10px 32px;
	gap: 45px;
}

.testimonial-slider-image {
	padding: 0;
}

section.testimonial-slider-wrapper .swiper.testimonial-image .testimonial {
	padding: 0;
	padding-left: 32px;
	padding-right: 32px;
}
.testimonial-image .testimonial-image {
	margin-bottom: 30px;
	max-width: 400px;
}

.testimonial-image .testimonial-image img {
	display: block;
}

@media(min-width: 768px){
	.testimonial-slider-image-wrapper {
		margin-top: -160px;
	}

	.testimonial-image .testimonial-image {
		margin: 0;
		min-width: calc(40vw + 32px);
		width: calc(40vw + 32px);
		margin-left: -32px;
		max-width: none;
	}
	section.testimonial-slider-wrapper .swiper.testimonial-image .testimonial {
		display: flex;
		max-width: 100%;
		width: 100%;
		flex-direction: row;
		gap: 50px;
		align-items: end;
	}

	.testimonial-image .testimonial-slider-image-nav {
		width: calc(60vw - 50px);
		padding-top: 0;
		padding-bottom: 0;
		overflow: visible;
		position: absolute;
		right: 0;
		bottom: 40px;
	}

	.testimonial-image .testimonial-content {
		padding-top: 260px;
		padding-bottom: 140px;
	}
}


@media(min-width: 1200px){
	.testimonial-image .testimonial-image {
		min-width: calc(50% + 32px);
		width: calc(50% + 32px);
	}
	.testimonial-image .testimonial-content {
		padding-bottom: 200px;
	}
	
	.testimonial-image .testimonial-slider-image-nav {
		width: calc(50% - 15px);
		bottom: 100px;
	}
}


@media(min-width: 1504px){
	.testimonial-image .testimonial-image {
		min-width: calc(58% + 32px);
		width: calc(58% + 32px);
	}

	.testimonial-image .testimonial-content {
		padding-right: 60px;
	}
	
	.testimonial-image .testimonial-slider-image-nav {
		width: calc(42% - 15px);
	}
}


@media(max-width: 767px){
	.testimonial-image .testimonial-slider-image-nav {
		justify-content: space-between;
	}
}
{% if single_testimonial %}
@media(max-width:767px){
  .testimonial-image .testimonial-image {
    margin-bottom: 0px;
  }
  section.testimonial-slider-wrapper .swiper.testimonial-image .testimonial {
    display: flex;
    flex-direction: column-reverse;
  }
  .testimonial-image .testimonial-slider-image-nav {
    display: none;
  }
}
{% endif %}
