.swiper-tour {
  width: 100%;
  height: 100%;
  padding: 50px;
  padding-top: 0px;
}

.tour-swiper {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.tour-swiper img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
