.slick-next,
.slick-prev {
    line-height: 0;
    position: absolute;
    z-index: 100;
    top: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fdbd5c;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-slide {
    outline: none
}