.sync-testimonials-nav .slick-prev:before{
    content: "";
    background:url('../img/l_arrow.svg') center center no-repeat;
    width: 21px;
    height: 21px;
    display: block;

}
.sync-testimonials-nav .slick-next:before{
    content: "";
    background:url('../img/r_arrow.svg') center center no-repeat;
    width: 21px;
    height: 21px;
    display: block;

}

.sync-testimonials-nav .slick-slide{
    padding: 0 10px 0 0;
}