/* Add custom CSS styles below */ 
.g_cat .products-item {
    border: 1px solid #9F3C3C;
    border-radius: 20px;
}
.g_cat h3 {
    color: #9f3c3c;
}
.g_cat  .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
h1.animate__animated.animate__fadeInUp {
    text-shadow: 4px 4px 10px #9F3C3C;
}
a.fbanner-star-btn {
    box-shadow: 4px 4px 10px;
}
@media (min-width:991px){
  .landing-page-first-banner .container {
    max-width: 85%;
}
}