
.carousel{
        margin-top: 0;    
}
.divider {
    margin: 2rem 0 2rem 0;
}
@media all and (min-width: 1921px) {
    .top-carousel {
        margin-top: 108px;
    }

    .testimonial-logo {
        margin-left: 2%;
        max-height: 200px;
        max-width: 500px;
        padding: 0%;    
    }
}

@media all and (max-width: 1920px) {
    .top-carousel {
        margin-top: 108px;
    }

    .testimonial-logo {
        margin-left: 2%;
        max-height: 100px;
        max-width: 250px;
        padding: 0%;    
    }
}

@media all and (max-width: 1690px) { 
    .top-carousel {
        margin-top: 108px;
    }
    .testimonial-logo {
        margin-left: 2%;
        max-height: 100px;
        max-width: 250px;
        padding: 0%;    
    }
}

@media all and (max-width: 1280px) { 
    .testimonial-logo {
        max-height: 100px;
        max-width: 250px;
        padding: 0%;
    }
    .top-carousel {
        margin-top: 54px;
    }
}

@media all and (max-width: 980px) {
    .top-carousel {
        margin-top: 54px;
    }
    .testimonial-logo {
        max-height: 100px;
        max-width: 250px;
        padding: 0%;
    }
    .text p {
        text-align: left!important;
    }
}

@media all and (max-width: 736px) { 
    .top-carousel {
        margin-top: 54px;
    }
}

@media all and (max-width: 480px) { 
    .top-carousel {
        margin-top: 54px;
    }
    .testimonial-logo {
        max-height: 100px;
        max-width: 250px;
        padding: 0%;
    }
    .text p {
        text-align: left!important;
    }
}