.product__card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: white;
}
.product__image {
    height: 300px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.product__image img {
    object-fit: cover;
}
