.slick-prev {
    bottom: 25px;
    left: 5.333%;
    transition: all .3s;
    opacity: 1;
    background-color: #fff;
    padding: 0;
    border: 0;
    position: absolute;
    background: url('data:image/svg+xml,<svg width="28" height="46" viewBox="0 0 28 46" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_14_2)"><path d="M23.6875 0.969971L4.39688 19.322L4.33165 19.26L0.0262451 23.48L4.33165 27.6899L4.3926 27.6321L23.6875 45.98L27.9927 41.76L8.76514 23.4758L27.9927 5.19995L23.6875 0.969971Z" fill="white"/></g><defs><clipPath id="clip0_14_2"><rect width="28" height="46" fill="white"/></clipPath></defs></svg>') no-repeat 0 0;
    background-size: 14px 23px;
    width: 14px;
    height: 23px;
    z-index: 100;
    cursor: pointer;
    outline: none;
}

.slick-next {
    bottom: 25px;
    right: 5.333%;
    transition: all .3s;
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: transparent;
    padding: 0;
    border: 0;
    position: absolute;
    background: url('data:image/svg+xml,<svg width="28" height="46" viewBox="0 0 28 46" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_14_2)"><path d="M23.6875 0.969971L4.39688 19.322L4.33165 19.26L0.0262451 23.48L4.33165 27.6899L4.3926 27.6321L23.6875 45.98L27.9927 41.76L8.76514 23.4758L27.9927 5.19995L23.6875 0.969971Z" fill="white"/></g><defs><clipPath id="clip0_14_2"><rect width="28" height="46" fill="white"/></clipPath></defs></svg>') no-repeat 0 0;
    background-size: 14px 23px;
    width: 14px;
    height: 23px;
    z-index: 100;
    cursor: pointer;
    outline: none;
    
}