#hero {
  padding-top: 151px;
}
#hero .title {
  margin-bottom: 15px;
}
#hero .text {
  max-width: 980px;
  margin: 0 auto;
  line-height: 29px;
}
#hero .text em {
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  margin-top: 17px;
  display: block;
}
#gallery {
  margin: 63px 0 60px 0;
  overflow: hidden;
}
#gallery .container {
  width: 100%;
  padding: 0 57px;
}
#gallery .swiper {
  overscroll-behavior-x: contain;
  overflow: visible;
  width: 100%;
}
#gallery .swiper-slide {
  cursor: grab;
  width: auto;
  overscroll-behavior-x: contain;
}
#gallery .swiper-slide img {
  height: 100%;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 567px) {
  #hero {
    padding-top: 136px;
  }
  #hero .title {
    line-height: 42px;
    margin-bottom: 5px;
  }
  #hero .text {
    font-size: 18px;
    line-height: 28px;
  }
  #hero .text em {
    font-size: 13px;
    line-height: 20px;
    margin-top: 29px;
  }
  #gallery {
    margin: 33px 0 23px 0;
  }
  #gallery .container {
    padding: 0 8px;
  }
  #gallery .swiper-slide img {
    max-height: 404px;
  }
  #bottom_cta {
    background-size: 270%;
  }
}