.myCarousel {
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}

.myCarousel .swiper-wrapper {
  align-items: stretch;
}

.myCarousel .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.card {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  height: 100%;
  box-sizing: border-box;
}

.card img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.card h3 {
  margin: 10px 0 5px;
  font-size: 18px;
}

.card p {
  font-size: 14px;
  color: #6B7280;
}