/* Add custom CSS styles below */ 
.landing-page-first-banner .container{
  max-width: 95% !important
}
@media (max-width:768px){
  .g_cat .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
  .banner_ad p {
    font-size: 20px !important;
    line-height: 29px !important;
}
}