@media screen and (max-width: 600px) {
    .content-wrapper {
        overflow-x: hidden;
    }

    .footer-label-dowload {
        display: none;
    }



    .footer-form-select {
        display: none;
    }

    .width-490px {
        width: 310px;
    }

    .height-64px {
        height: 64px;
    }

    .height-500px {
        height: 500px;
    }

    .mg-top-my-page {
        margin-top: 50px;
    }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
    .width-490px {
        width: 490px;
    }

    /* .mg-top-my-page {
        margin-top: 50px;
    } */
}