.my-custom-testimonial-slider {  }
.testimonial-slide {  }
.testimonial-container { width: 70%; margin: 0 auto; }
.testimonial-author-image img { border-radius: 50%; width: 80px; height: 80px; }
.testimonial-text { font-size: 20px; margin: 10px 0; }
.testimonial-author { margin-top: 5px; font-family: "Barlow Condensed", sans-serif; }
.my-custom-testimonial-slider .slick-prev { left: 0; margin-left: 0; }
.my-custom-testimonial-slider .slick-next { right: 0; margin-right: 0; }
.slick-prev::before { content: url('../img/left.svg'); display: inline-block; width: 32px; height:  32px;  }
.slick-next::before { content: url('../img/right.svg'); display: inline-block; width: 32px; height:  32px; }





@media only screen and (max-width: 768px) {
	.slick-prev::before, .slick-next::before { width: 24px; height: 24px; }
	.testimonial-container { width: 100%; }
	.testimonial-text, .testimonial-author { font-size: 16px; }
	.my-custom-testimonial-slider .slick-next { margin-right: 0; }
    .my-custom-testimonial-slider .slick-prev { margin-left: 0; }
    .my-custom-testimonial-slider .slick-prev, .my-custom-testimonial-slider .slick-next { top: auto; bottom: -70px; }
}