<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#trending{
    padding-top: 54px;
    padding-bottom: 108px;
}
.trending-head{
    margin-bottom: 33px;
}
#trending h4{
    margin: 0 15px 0 0;
    font-size: 2em;
}
@media screen and (max-width: 767px){
    #trending .swiper-slide {
        width: 50%;
    }
}
@media screen and (max-width: 567px){
    #trending{
        padding: 0 0 30px;
    }
    .trending-head{
        justify-content: center;
        margin-bottom: 15px;
    }
    #trending h4{
        font-size: 1.3125em;
        margin: 0;
    }
}</pre></body></html>