.card-img-wrapper {
  height: 220px;
  background-color: #f8f9fa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}

.slide-img-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

