.disc-text strong {
    font-weight: 500;
    font-size: 26px;
    font-family: "Inter";
}

/******Testimonial Carousel*****/
.testimonial-carousel .swiper-slide {
    height: auto;
    background: #ffffff;
    border-radius: 15px;
}

/****CTA sec***/
.cta-phone .wpsl-locations-details {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.cta-phone .wpsl-locations-details a {
    font-size: 18px;
    line-height: 27px;
}

.cta-phone .wpsl-locations-details,
.cta-phone .wpsl-location-address,
.cta-phone .wpsl-contact-details {
    margin: 0;
}


@media(max-width: 768px) {

    /**Services section**/
    .services-main-container {
        display: flex !important;
        overflow: auto !important;
        scrollbar-width: none !important;
    }

    .services-main-container .service-tile {
        min-width: 288px !important;
    }

    .brands-logo-row>div {
        display: flex !important;
        overflow: auto !important;
        scrollbar-width: none !important;
    }

    .brand-logo {
        min-width: 150px !important;
    }

    /***CTA Sec***/
    .cta-phone .wpsl-locations-details a {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(width: 768px) {

    /**Reviews carousel**/
    .testimonial-carousel {
        padding: 0 60px !important;
    }

    .testimonial-carousel .home-testimonials {
        padding: 0 16px !important;
    }
}