.my-custom-slider {
  width: 100%;
  height: auto;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: #f5f5f5;
  border-radius: 12px;
}
