/* Add custom CSS styles below */ 
h1.title-heade {
    color: #fff !important;
}
section.weeklyOffers , .g_cat , .g-products  , .dead_line  , .ads {
    margin-bottom: 40px !important;
}
@media (max-width:768px){
  .g_cat  h3 {
    font-size: 15px !important;
    line-height: 23px;
}
  section:nth-child(1 of section.landing-page-first-banner) .container{
    justify-content: flex-end !important;
    margin-bottom: 50px !important
  }
    section:nth-child(2 of section.landing-page-first-banner) .container > div {
   background-color: #0000004a; 
    padding: 30px;
    align-items: center !important;
  }
}