.w-grid-item-h>.w-vwrapper.web2-product-card:only-child {
    height: 100% !important;
}

.w-grid-item-h>.w-vwrapper.web2-product-card:only-child .usg_vwrapper_2 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.web2-product-card {
    transition: .3s;
}

.web2-product-card:hover {
    box-shadow: 0px 3px 15px 0px rgb(0 0 26 / 40%);
}
