<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-col-layout-image-bg .container {
    z-index: 2;
}

.section-col-layout-no-bg {
    background: #FFFFFF;
}

@media (min-width: 768px) {
    .col-count-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
    </pre></body></html>