@media screen and (max-width: 768px) {
    .mobile {
        padding: 0;
    }
    .mobile h1 {
        text-align: center;
        font-size: 24px;
        padding: 10px 5px;
    }
    .mobile .b-content {
        margin: 0 0 20px;
    }
    .footer-2019 .b-3 {
        margin-bottom: 5px;
    }
    .footer-2019 .box-currency .left-box-time {
        text-align: center;
    }
    .footer-2019 .b-3 .main-header-order a {
        font-size: 16px;
        display: flex;
        align-items: center;
    }
    .top-main-footer .container {
        padding-top: 2px;
    }
}