/**----------------------------------------
            Testimonials 
-----------------------------------------**/
.width-auto {
    width: auto;
}
.text-lg {
    font-size: 2rem;
}
.carousel-indicators li {
    border: none;
    background: #ccc!important;
    
}
.carousel-indicators li.active {
    background: #0275d8!important;
}
@media only screen and (max-width: 500px) {
    .hs-item .Desktop-Whatsapp {
        display: none;
    }
    .carousel-item .media img {
        display: none;
    }
}