@media (max-width: 767.98px) {
  section .swiper--banner .swiper-button-prev, section .swiper--banner .swiper-button-next {
    top: 100px;
  }
}
section .swiper--banner .images {
  margin-bottom: 0;
}
section .section--figure-tiles {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  section .section--figure-tiles {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
section .section--figure-tiles h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0;
}
section .section--figure-tiles h4 {
  font-size: 24px;
  color: #646565;
}
@media (max-width: 767.98px) {
  section .section--figure-tiles h4 {
    font-size: 20px;
  }
}
section .section--figure-tiles small {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  section .section--figure-tiles .row {
    flex-direction: column;
  }
}
section .section--figure-tiles .row .col-4, section .section--figure-tiles .row .col-8 {
  flex: auto;
  max-width: none;
}
