/* Add custom CSS styles below */ 

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