.swiper.swiper-benefits {
    width: 100%;
}

.swiper-wrapper.wrapper-benefits {
    height: auto;
    width: 100%;
}

.swiper-slide.slide-benefits {
    height: auto;
}


.swiper-pagination-bullet-active {
    background: #f00;
}

.next-benefits:after,
.prev-benefits:after {
    font-size: 1rem;
    font-weight: 800;
    color: #4C0519;
}

.next-benefits,
.prev-benefits {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: white;
    justify-content: center;
    align-items: center;
}
