.product {
    overflow: hidden;
}

.product img {
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
}

.product figure {
    margin: 0 auto;
}