<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Here is only for hien language */
/* (1024px - 2047px) */
@media screen and (min-width: 1024px) {
    .extra {
        margin-top: 4rem !important;
    }
}

/* (1023pxä»¥ä¸‹) */
@media screen and (max-width: 1023px) {
    .extra {
        margin-top: 0 !important;
    }
}</pre></body></html>