@media screen and (max-width:750px){
      .me_box_m_top{
        width: 100% !important;
    }
    .me_box_m_big{
        flex-direction: column-reverse;
    }
    .me_box_m{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .me_box_m_img{
        width: 100% !important;
    }
    .me_box_m_grid{
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}