/* Add custom CSS styles below */ 
   .landing-page-first-banner .container > div {
   width: 50% !important;
}
@media(min-width:991px){
  .landing-page-first-banner .container {
    margin-right: 7%;
}

  .landing-page-first-banner h1{
    font-size: 60px !important
  }
}
/********************/
section.weeklyOffers , .g_cat, .g-products  , .dead_line  , .ads {
    margin-bottom: 40px  !important;
}
@media(max-width:768px){
  .g_cat .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
  .landing-page-first-banner h1{
    font-size: 15px !important;
    
  }
}