/* Add custom CSS styles below */ 
.top-navbar {
    display: none;
}
.g_cat .lg\:grid-cols-6 {
    display: flex !important;
    flex-wrap: wrap;
}
.landing-page-first-banner .max-w-\[700px\] {
    max-width: 100% !important;
}
@media (min-width:1250px){
  .g_cat .lg\:grid-cols-6 {
    width: 80% !important;
}
}
@media (min-width:768px){
  .g_cat  .md\:text-\[20px\] {
    font-size: 16px !important; 
}
@media (max-width:767px){
 .g_cat .text-\[17px\] {
    font-size: 13px !important;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
}