
   .flat-banner-box {
   padding: 30px 0 10px;
   }
   .banner-box.one-half {
   margin-bottom: 30px;
   margin-left: -15px;
   margin-right: -15px;
   }
   .banner-box.one-half .inner-box {
   float: left;
   width: 50%;
   padding-left: 15px;
   padding-right: 15px;
   }
   .categories-boxes{
   background-size: 100%;
   background-position: center;height: 155px;
   background-repeat: no-repeat;
   }
   @media(max-width: 560px){
   .categories-boxes{
   background-size: 70% 70%;
   background-position: 100%;
   background-repeat: no-repeat;
   background-color: #fff !important;
   height: 100px;
   }
   .categories-boxes h5{
   font-size: 15px;
   }
   }