/* Add custom CSS styles below */ 
.top-navbar {
    display: none;
}
.image-title .title-heade {
    color: rgba(255, 255, 255, 1);
}
  .g_cat .products-item {
    border: 1px solid #ac8b4d;
    border-radius: 15px;
}
  .g_cat .products-item h3 {
    color: #ac8b4d;
}
@media (min-width:768px){
  .g_cat  .md\:text-\[20px\] {
    font-size: 16px !important;
}
.landing-banner h1.md\:w-full {
    width: 100% !important;
    width: 55% !important;
}  
}
@media (max-width:767px){
  .landing-banner .item-text {
    width: 50% !important;
    max-width: 50%;
}
 .g_cat .text-\[17px\] {
    font-size: 13px !important;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
}