@media only screen and (max-width: 600px) {
 
.order1{
  order:1;
}

.order2{
  order:2;
}

.bannerSection .contentWrap {
    padding: 20px 0 15px 15px;
}

.bannerSection .contentWrap h1{
    font-size:25px!important;
}
 
}
