.cart-item-image {
    width: 100%;
    border-bottom: 1px solid grey;
}

.cart-item-image img {
    width: 100%;
    object-fit: cover;
    margin: 10px auto;
}