<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.apg_category_image {
    background: #ddd no-repeat center center;
    background-size: cover;
    min-height: 400px;
    max-height: 400px;
}

.apg_category_description {
    margin: 20px;
    padding: 30px;
    /*border-top: 1px solid #D9D9D9;*/
    border-bottom: 1px solid #D9D9D9;
}

@media screen and (max-width: 480px) {
    .apg_category_image {
        min-height: 320px;
        max-height: 320px;
        margin-top: 20px;
    }

    .apg_category_description {
        padding: 20px;
        margin: 20px 5px;
    }
}</pre></body></html>