.special-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
    /* border-radius: 8px; */
}

.btn-special-section-slide-next {
    right: 0px;
    top: 35%;
}

.btn-special-section-slide-prev {
    left: 0px;
    top: 35%;
}