/* Add custom CSS styles below */ 

/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
/* end cat*/
.banner_ad {
    max-height: 90% !important;
}
@media(max-width:768px) {
.landing-page-first-banner .item-text {
    max-width: 180px !important;
    display: none !important;
}

  .landing-page-first-banner  .item-text h1 {
    font-size: 14px !important;
}
  .landing-page-first-banner  .item-text> img {
    width: 100px !important ;
}

  
}