
.testimonial-block {
position: relative;
margin-left: calc(50% - 50vw) !important;
margin-right: calc(50% - 50vw) !important;
width: 100vw !important;
max-width: 100vw !important;
box-sizing: border-box;
padding: 90px 0;
overflow: hidden;
}
.testimonial-header {
text-align: center;
max-width: 800px;
padding: 0 20px;
margin: 0 auto 50px auto;
}
.swiper-testimonials {
overflow: visible;
}
.swiper-testimonials .swiper-container {
overflow: visible;
}
.swiper-testimonials .swiper-container + .swiper-container {
padding: 50px 0 0 0;
}
.swiper-testimonials .swiper-slide {
/* Apply styling to slide itself instead of the post so matching heights still apply */
height: auto;
border-radius: 4px;
background: #fff;
border: 1px solid transparent;
box-shadow: 0 0 50px rgba(0,0,0,0.1);
box-sizing: border-box;
padding: 25px;
}
.testimonial {
}
.testimonial figure {
max-width: 160px;
margin: 0 0 25px 0;
}
.testimonial figure img {
/*width: 100%;
height: auto;*/
}
.testimonial h6 {
margin: 0;
}
@media screen and (max-width: 767px) {
	.testimonial-block {
	padding: 60px 5%;
	}
}
