.main{
  margin-top: 130px;
}

@media (max-width: 768px) {
  .main{
    margin-top: 40px;
  }
}


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  max-height: 440px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  width: 100%;
}

.mySwiper {
  height: 50%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  min-height: 100px;
  height: 100%;
  opacity: 0.4;
  object-fit: cover;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.rental-box{
  width: 100%;
}

.rental-box tr{
  border-bottom: solid 1px #e5e0e0;
}

.rental-box tr th{
  padding: 2rem 0;
}