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

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

}

.faculty-carousel .slick-dots{
    bottom: -80px;
}