/* Add custom CSS styles below */ 
.g_cat .mb-\[55px\] {
  margin: 2rem auto !important;
}
.g_cat .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
.g_cat {
  margin-bottom: 1rem;
}
.banner_ad  .absolute.h-full.w-full.rounded-lg {
    background-size: cover !important;
}