/*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;
    }
}