<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.owl-carousel .owl-item &gt; a &gt; img {
    width: auto;
    max-height: 30px;
    display: block;
}

.owl-carousel .owl-item &gt; img {
    width: auto;
    max-height: 30px;
    display: block;
}

.page-title {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.gray-image {
    filter: grayscale(100%);
}

.owl-carousel {
    max-height: 280px;
}
</pre></body></html>