
/* Main Colors */
.benefit-bg {
    background-color: #ffe7e0 !important;
}

.swiper-pagination-bullets > .swiper-pagination-bullet {
    height: 0.75rem !important;
    border-radius: 0.15rem;
}

.navigate-swiper .swiper-button-prev {
    border-radius: 10px !important;
    background-color: #F25029;
    color: white;
}
.navigate-swiper .swiper-button-next {
    border-radius: 10px !important;
    background-color: #F25029;
    color: white;
}
.custom-orange-border {
    border-color: #F25029;
}
