@media only screen and (max-width: 767px) {

    #last_Section .mobile-bottom 
    {
        padding:35px 5px!important;
        background: linear-gradient(0deg, #ffffff 0%, #353535 100%)!important;
    }
    #last_Section .mobile-bottom-text
    {
        text-align: center!important;

        width: 100%!important;
    }
    #last_Section .mobile-bottom-text h2{
    line-height:45px!important;
    }
    #last_Section .mobile-bottom-text h2,#last_Section .mobile-bottom-text p
    {
        margin:0 auto!important;

        text-align: center!important;
    }
    #last_Section .mobile-box-wrp 
    {
        display: block!important;
    }
    #last_Section .mobile-box 
    {
        margin:0;
        padding:0!important;
        margin-bottom:15px;
    }
    #last_Section .mobile-box-img iframe
    {
        margin:0!important;
        width:100vw!important;
        height:250px!important
    }
}