.product-grid__card.product-grid__card .group-block {
    margin-top: auto;
}

@media screen and (min-width: 750px) {
    .product-grid__card.product-grid__card {
    justify-content: space-between;
    }
}