.sep-testimonial{	 display: inline-flex; flex-wrap: wrap; max-width: 100%; margin: 0 auto;	}
.sep-testimonial .block{	display: flex; flex-direction: row; position: relative;  width: 100%; 	}   
.sep-testimonial .block .cover{	width: 100%; height: 100%; position: absolute; top: 0; left: 0;  background-color: rgba(0,0,0, 0.2);	}
.sep-testimonial .block .wrapper{    display: flex; flex-direction: column; position: relative; width: 100%; height: auto;  justify-content: space-between; }
.sep-testimonial .block .description .sep-testimonial .sep-item .block{     position: relative; display: inline-flex !important;  align-items: start; justify-content: start; overflow: hidden; display: flex !important; flex-direction: row;  	}
.sep-testimonial .sep-item .block .title{	margin-top: 10px;  	}
.sep-testimonial .sep-item .block .image{    height: 430px; width: 50%;  transition: transform .2s; position: relative;  background-position: center;	} .sep-testimonial .slick-prev, 
.sep-testimonial .slick-next{ 
position: absolute;
color: #000 !important;
font-size: 20px !important;
z-index: 999;
display: inline-flex;
justify-content: center;
align-items: center;
background: #fff;
padding: 20px;
border-radius: 30px;
width: 30px;
height: 30px;
border: 0;
} .sep-testimonial .slick-prev.top-right{ 	right: 10px;	}
.sep-testimonial .slick-next.top-right{ 	right: 0;	}
.sep-testimonial .slick-prev.top-left{ 		left: 0;	}
.sep-testimonial .slick-next.top-left{ 		left: 10px;	}
.sep-testimonial .slick-prev.top-opposite{	left: 0;	}
.sep-testimonial .slick-next.top-opposite{	right: 0;	} .sep-testimonial .slick-prev.center-right{ 		top: 50%; right: 10px;	}
.sep-testimonial .slick-next.center-right{ 		top: 50%; right: 0;	}
.sep-testimonial .slick-prev.center-left{ 		top: 50%; left: 0;	}
.sep-testimonial .slick-next.center-left{ 		top: 50%; left: 10px;	}
.sep-testimonial .slick-prev.center-opposite{	top: 50%; left: -10px;	}
.sep-testimonial .slick-next.center-opposite{	top: 50%; right: -10px;	} .sep-testimonial .slick-prev.bottom-right{ 		top: auto; bottom: 0; right: 10px;	}
.sep-testimonial .slick-next.bottom-right{ 		top: auto; bottom: 0; right: 0;	}
.sep-testimonial .slick-prev.bottom-left{ 		top: auto; bottom: 0; left: 0;	}
.sep-testimonial .slick-next.bottom-left{ 		top: auto; bottom: 0; left: 10px;	}
.sep-testimonial .slick-prev.bottom-opposite{	top: auto; bottom: 0; left: 0;	}
.sep-testimonial .slick-next.bottom-opposite{	top: auto; bottom: 0; right: 0;	}
.sep-testimonial [type=button]:hover{
background-color: #e1e1e1;
}
@media only screen and (max-width: 767px) {
.sep-testimonial .block {
flex-direction: column-reverse;
}
.sep-testimonial .sep-item .block .image,
.sep-testimonial .block .wrapper{    
height: auto;
}
.sep-testimonial .block .wrapper,
.sep-testimonial .sep-item .block .image{
width: 100%;
}
}