#logo-carousel {
    filter: grayscale(1);
}

#logo-carousel .owl-item {
    /*width: auto !important;*/
    height: 35px;
}

#logo-carousel .owl-item img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

p {
    line-height: 1.5 !important;
}