.component-testimonials{
	overflow:hidden;
	text-align:center;
}

.component-testimonials .testimonials-content{
	border-radius: 8px;
	padding:45px 27px;}
.component-testimonials .testimonial-image img{
	border:2px solid;
	border-color:transparent;
	border-radius:50%;
	height:100px;
	margin:0 auto 27px;
	width:100px;}
.component-testimonials .testimonial-text{margin-bottom:27px;}
.component-testimonials .slick-dots{padding:36px 0;}

.component-testimonials .slick-track{display:flex;}
.component-testimonials .slick-slide{height:inherit;}
.component-testimonials .testimonial-content{
    align-items: center;
    display: flex;
    flex-direction: column;
	height: 100%;
    justify-content: center;}
	
	
	@media only screen and (min-width: 768px) {
		.component-testimonials .testimonials-content{padding:54px 72px;}
	
		}
		
	
		@media only screen and (min-width: 1024px) {
			.component-testimonials .testimonials-content{padding:63px 99px;}
	
			}
			
		@media only screen and (min-width: 1200px) {
			.component-testimonials .testimonials-content{padding:90px 135px;}
	
			}	