@media only screen and (max-width: 900px) {
    .marginLeft {
        margin-left: 0px !important;
        margin: 20px 0 !important;
    }

    .banner-text p.header-month {
        right: 0px !important;
    }

    h2.section-title.section-title-center {
        font-size: 22px;
    }

    .img-row {
        width: 50% !important;
        float: left;
        padding: 0px 10px;
    }

    .la {
        display: none !important;
    }

    .img-people img {
        margin: 0px !important;
    }

    .img-people {
        width: 50% !important;
        margin: auto;
    }

    .mt-mobile {
        margin-bottom: 10px !important;
    }

    .home-title h2 {
        text-align: center;
        color: #ff3e35;
        font-family: "SVN Black";
        font-size: 19px;
    }

    .home-title h3 {
        font-size: 17px;
    }

    .bannerSlider .banner-text h2.header, .banner-text h2.header {
        font-size: 120px !important;
        margin-top: -70px !important;
    }

    .bannerSlider .banner-text p.header-month {
        font-size: 77px;
        bottom: -8px;
        right: 10px !important;
    }

    .bannerSlider .banner-text h2 {
        font-size: 35px !important;
    }

    .banner-text h2 {
        font-size: 68px !important;
    }

    .banner-text p.header-month {
        right: 0px !important;
        bottom: -10px;
    }

    .banner-text p.copy {
        bottom: 45px;
    }

    .body-list {
        width: 72% !important;
        float: left;
        display: inline-block;
        margin-top: -30px;
    }

    .img-avatar {
        float: left;
        margin: -10px 0 0 0;
    }

    .home-desction {
        font-size: 16px;
    }

    .box-order-list {
        height: unset !important;
        padding-bottom: 20px !important;
    }
}

@media only screen and (min-width: 1920px) {
    .order-section .header-month {
        color: #fff !important;
        right: 10px !important;
        bottom: 3px !important;
    }

    .bannerSlider .banner-text p.header-month {
        font-size: 100px;
        bottom: 8px;
    }

    .box-order-list {
        height: unset !important;
        padding-bottom: 20px !important;
    }
}