.membership .card {
    border-radius: 20px;
    margin: 20px;
    transition: all .5s;
}

.membership .card:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.membership .card-title {
    font-size: 25px;
    font-weight: 600;
}
.membership .no_of_listing {
    font-size: 20px;
    /* font-weight: 500; */
}
.membership .no_of_listing span {
    font-size: 20px;
    font-weight: 600;
}
