@media only screen and (max-width: 900px) {
    div#top-bar {
        display: none;
    }

    .sec-information .information-content {
        margin-top: 10px;
    }

    .information-2 {
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
    }

    footer#footer .footer-sologan h3 {
        font-size: 25px;
    }

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

    #mobile {
        display: block !important;
    }

    #desktop {
        display: none !important;
    }

    .v2_bnc_bg_title h1 {
        font-size: 20px;
    }
}
