@media only screen and (max-width: 991px) and (min-width: 768px) {

  /* Header */
  .header {
    background-image: url(/assets/img/intro/graphics/transparent-graphics-tablet.webp);
    padding-bottom: 150px;
  }

  /* Intro */
  .intro {
    margin-top: 100px;
  }

  .intro__title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }

  .intro__carousel .carousel-indicators {
    margin-top: -35px;
  }

  /* Vision */
  .vision {
    background-image: url(/assets/img/vision/vision-tablet.webp);
    background-position: center top;
    padding: 180px 0;
  }

  /* Banner */
  .banner {
    background-image: url(/assets/img/banner/banner-tablet.webp);
    height: 1000px;
  }

  /* Location */
  .location__map {
    background-image: url(/assets/img/location/map-tablet.webp);
  }
}