#quote-slider-3 {
  background-color: white;
  padding-top: 100px;
  padding-bottom: 20px;
}
.slide {
  width: 100%;
  padding: 50px 60px;
}
.swiper-prev,
.swiper-next {
  margin-top: -20px;
}
.swiper-img-offset {
  height: 100%;
}
.swiper-caption {
  color: white;
  margin-top: -120px;
  font-size: 60px;
}
@media all and (max-width: 570px) {
  .swiper-caption {
    margin-top: -200px;
  }
}
@media all and (max-width: 570px) {
  .swiper-caption {
    margin-top: -350px;
  }
}
.swiper-pagination {
  display: none;
}
