.shop-art {
  height: 300px;
  overflow: hidden;
  background: #fbf7f1;
}

.shop-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 500px) {
  .shop-art {
    height: 275px;
  }
}
