@charset "UTF-8";

@media screen and (max-width: 600px){
    #one_column + div .inner_item{
         width: 100% !important;
    }
}

@media screen and (min-width:481px) and ( max-width:600px){
     #one_column + div .inner_item:last-child{
          margin-left: 0 !important;
          margin-top: 30px !important;
     }
}