<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------- Color Cards - Layout -------------- */
@media all and (min-width: 768px) {
    .nac-adv-cont {
        grid-template-columns: 50% 50%;
        grid-template-rows: 100%;
    }
}

#nac_img_card {
    background: #B40001;
}</pre></body></html>