
#category .card {
    height: 220px !important;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: 0.5s;
    overflow: hidden;
    a {
        color:rgb(255, 255, 255) !important;
    }
}
#category .card:hover {
    transform: scale(1.02);
}
#category .card .card1 {
    transition: 0.5s;
}
#category .card:hover .card1 {
    transform: scale(1.07);
}
#category .card1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 52%);
    border-radius: 15px;
}
.facebook, .twitter, .whatsapp {
    width: 40px;
}
@media (max-width: 600px) {
    #category .card {
        height: 160px !important;
    }
}