<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.reverse-col-mob {
    flex-flow: unset;
}

@media (max-width: 575px) {
    .reverse-col-mob {
        flex-flow: wrap-reverse!important;
    }
}
</pre></body></html>