/* Add custom CSS styles below */ 

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body {
  font-family: "Cairo", sans-serif;
}
/**********/
.landing-page-first-banner h1 {
    text-shadow: 4px 4px 7.5px  #8C86BD;
    font-size: 40px !important;
}
.g_cat .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
section.weeklyOffers , .g_cat  .g-products  , .dead_line  , .ads {
    margin-bottom: 40px !important;
}
@media screen and (max-width:768px) {
.landing-page-first-banner .container > div  {
    width: 40% !important;
}
.landing-page-first-banner  h1 {
    font-size: 14px !important;
}
}