.testimonials-slider{ text-align: center; background: #F1F5F9; padding: 60px 0 !important;}
    .star-yellow img{ width: 20px; height: 20px;}
    .star-yellow{ gap: 8px; align-items: center; justify-content: center;}
    .testimonials-slider p{font-family: Montserrat;font-weight: 500;font-style: italic;font-size: 18px;line-height: 140%;letter-spacing: 0%;text-align: center;
    max-width: 989px; margin: auto; padding: 24px 0 60px; color: #000;}
    .testimonials-slider h5{font-family: Montserrat;font-weight: 600;font-size: 16px;line-height: 150%;letter-spacing: 0%;text-align: center; color: #1E1E1E;}
    .testimonials-slider h5 span{font-family: Montserrat;font-weight: 500;font-size: 16px;line-height: 150%;letter-spacing: 0%;text-align: center; color: #000;}
    .testimonials-slider .swiper-pagination{ position: absolute !important; bottom:130px !important;}
    .testimonials-slider .swiper-slide{ position: relative;}

    .testimonials-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        height: 12px !important;
        width: 12px !important;
    }

    .testimonials-slider .swiper-pagination-bullet-active {
        background-color: #248384 !important;
    }


    @media (max-width:991px) {
        .testimonials-slider p{padding-left:  50px; padding-right: 50px;}
    }
    @media (max-width: 575px) {
        .testimonials-slider p{ padding-left:20px; padding-right:20px;}
        .testimonials-slider h5 span{ font-size: 14px;}
    }