/******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) {

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

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

    /**Teams sec**/
    .team-member-box .elementor-image-box-wrapper {
        display: flex;
        gap: 16px;
        align-items: center;
    }

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


@media(width: 768px) {
    .testimonial-carousel {
        padding: 0 60px !important;
    }

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