.cart-item > img {
  width:195px;
  min-width:195px;
  height:195px;
  object-fit:cover;
}
.cart-item_content {
  justify-content: space-between;
}
.cart-item_content-left {
  flex-direction:column;
}