/* This is media queries CSS for English website */

@media (max-width: 992px) {
    .footer_one {
        text-align: center;
    }

    .footer-description {
        text-align: center !important;
    }

    .new-content .new-content-inner-wrapper {
        width: 300px;
        height: 1681px;
        background-image: url('/images/new-design/content-background-mobile-longer-2-english.png?ver=5');
        background-repeat: no-repeat;
        background-size: 300px 1681px;
    }

    /* Row 1 */
    .new-content .box-8 {
        top: 25px;
        left: 0;
        right: unset;
    }

    .new-content .box-7 {
        top: 25px;
        left: 150px;
        right: unset;
    }

    /* Row 2 */
    .new-content .box-6 {
        top: 445px;
        left: 0;
        right: unset;
    }

    .new-content .box-5 {
        top: 445px;
        left: 150px;
        right: unset;
    }

    /* Row 3 */
    .new-content .box-4 {
        top: 865px;
        left: 0;
        right: unset;
    }

    .new-content .box-3 {
        top: 865px;
        left: 150px;
        right: unset;
    }

    /* Row 4 */
    .new-content .box-2 {
        top: 1285px;
        left: 0;
        right: unset;
    }

    .new-content .box-1 {
        top: 1285px;
        left: 150px;
        right: unset;
    }

    .new-intro .new-intro-img-top,
    .new-intro .new-intro-img-bottom {
        margin: 20px 0;
        width: 100px;
        margin-right: 0;
    }

    .new-intro .new-intro-text {
        margin: 0 20px !important;
        text-align: center;
        max-width: 90%;
    }

    .new-instructor-image-frame {
        text-align: right;
    }
}