.review-section{
    .swiper-button-prev {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background: rgba(249, 159, 39, 0.65);
        
        &::after {
           font-size: 20px;
           color: black;
           font-weight: bold;     
        }
    }
    .swiper-button-next {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background: rgba(249, 159, 39, 0.65);
        
        &::after {
           font-size: 20px;
           color: black;
           font-weight: bold;     
        }
    }
}