@media screen and (max-width:800px){
   .layout-two{
      display: block;
   }
   .col-50{ width: 100%; padding:10px;}
}