<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.DLWrap{
    padding-top: 30px;
    padding-bottom: 30px;
}
.DLItems{
    /* padding-top: 64px; */
    /* padding-bottom: 32px; */
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}
.DLItems &gt; a{}
.DLItem{
    padding: 20px;
    /* font-size: 2em; */
}
.DLItem-img{
    width: 100%;
    /*height: 250px;
    overflow:hidden;*/
}
.DLItem-img img{
    width: 100%;
}
.DLItem-title{
    color: #6a696e;
    font-size: 1.5em;
    margin: 20px 0;
    text-align: center;
}
.DLItem-body{
    text-align: center;
    color: #6d6e71;
}


/***Responsive  Section 
**********************************************/
@media screen and (max-width: 1500px){}
@media screen and (max-width: 1360px){
    .DLItems{
        grid-template-columns: 50% 50%;
    }
}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 1140px){}
@media screen and (max-width: 1024px){}
@media screen and (max-width: 990px){}
@media screen and (max-width: 768px){
    .DLWrap{
        padding-top:0;
    }
    .DLItems {
        grid-template-columns: 100%;
    }
    .DLItem{
            padding: 0 0 20px 0;
    }
}
@media screen and (max-width: 600px){}
@media screen and (max-width: 480px){}
@media screen and (max-width: 375px){}
@media screen and (max-width: 320px){}</pre></body></html>