#products {
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
}

.product {
    width: 400px;
    margin: 10px;
}

.product .card-image {
    margin-bottom: 85px;
}

.product .card-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
}