.swiper {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.swiper-slide {
  background: #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  color: #333;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.swiper-slide img {
  max-width: 100%;
  max-height: 150px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 4px;
}
.swiper-slide h5 {
  font-weight: bold;
  margin: 10px 0 5px;
}
.swiper-slide .timer {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 10px;
}
