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

  /* Intro */
  .intro__text {
    top: 18%;
    height: 100%;
  }

  /* Vision */
  .vision-text {
    gap: 2rem;
  }

  .vision__title {
    font-size: 1.125rem;
    line-height: 2rem;
    letter-spacing: 0.5625rem;
  }

  .vision__subtitle {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .vision__paragraph {
    max-width: 95%;
  }

  .vision__btn {
    padding: 1.25rem 2.25rem;
    margin: 0 auto;
  }

  /* Brands */
  .brands__cardsImage {
    width: 97.439%;
    margin-right: auto;
    margin-left: auto;
  }

  .brands__carousel--mobile {
    padding-bottom: 80px;
  }

  /* Banner */
  .banner {
    background-image: url(/assets/img/banner-mobile.png);
    height: 754px;
  }

  .banner__title {
    padding-top: 66px;
    line-height: 3.5rem;
    margin: 0 auto;
    width: 95%;
  }

  /* Location */
  .location__content {
    padding-top: 62px;
    padding-bottom: 58px;
  }

  .location__btn {
    margin-top: 1.25rem;
  }

  .location__map {
    margin-left: 0;
    margin-top: 1.25rem;
    width: 100%;
  }

  .location__map iframe {
    max-width: 100%;
    width: 100%;
  }

  /* Visioffice */
  .visioffice {
    margin-top: 93px;
    margin-bottom: 40px;
  }

  .visioffice__content {
    gap: 1.5rem;
  }

  .visioffice__title {
    font-size: 1.125rem;
    line-height: 2rem;
    letter-spacing: 0.5625rem;
  }

  .visioffice__subtitle {
    font-size: 2.5rem;
    line-height: 3rem;
    width: 85%;
    margin: 0 auto;
  }

  .visioffice__paragraph {
    width: 91%;
    padding-bottom: 0;
  }

  .visioffice__carousel {
    padding-left: 1.25rem;
  }

  .visioffice__carouselItem {
    margin-right: 1rem;
  }

  /* News */
  .news__title {
    margin-bottom: 1.25rem !important;
  }

  .news__form {
    padding-bottom: 80px;
    margin: 0 auto;
  }

  .news__btn {
    margin: 0.5rem auto 0 auto;
  }

  /* WhatsApp */
  .whatsapp {
    max-width: 80px;
  }

  /* Footer */
  .footer {
    padding-bottom: 80px;
  }

  .footer__list {
    margin-left: 5%;
    margin-bottom: 56px;
    gap: 1rem;
  }

  .footer__listItem {
    font-size: 1.375rem;
    letter-spacing: 0.6875rem;
  }

  .footer__contactTitle {
    margin-bottom: 0.25rem;
  }

  .footer__contact {
    margin-left: 5%;
  }

  .footer__contactLink {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }

  .footer__logo {
    margin-bottom: 56px;
  }
}

@media only screen and (max-width: 767px) {

  /* Header */
  .header {
    background-image: url(/assets/img/intro/graphics/transparent-graphics-mobile-2x.webp);
  }

  /* Intro */
  .intro__title {
    font-size: 2.625rem;
    line-height: 3rem;
    width: 80%;
  }

  .intro__btn {
    position: absolute;
    top: 65%;
    padding: 1.25rem 2.25rem;
    height: 3.75rem;
  }

  /* Vision */
  .vision {
    background-image: url(/assets/img/vision/vision-mobile-2x.webp);
  }

  .vision__btn {
    height: 3.75rem;
  }

  /* Banner */
  .banner {
    background-image: url(/assets/img/banner/banner-mobile-2x.webp);
  }

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

  /* Visioffice */
  .visioffice__carouselItem {
    width: calc(100vw - 50px);
  }
}

@media only screen and (max-width: 416px) {

  /* Header */
  .header {
    background-image: url(/assets/img/intro/graphics/transparent-graphics-mobile.webp);
  }

  /* Intro */
  .intro__title {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }

  /* Vision */
  .vision {
    background-image: url(/assets/img/vision/vision-mobile.webp);
  }

  /* Banner */
  .banner {
    background-image: url(/assets/img/banner/banner-mobile.webp);
  }

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

@media only screen and (max-width: 398px) {

  /* Brand */
  .brand__subtitle {
    font-size: 2.25rem;
    line-height: 2.75rem;
    width: 95%;
  }
}

@media only screen and (max-width: 385px) {

  /* Intro */
  .intro {
    background: var(--color-marine);
    margin-top: -5px;
  }

  .intro__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  /* Vision */
  .vision__subtitle {
    font-size: 3rem;
    line-height: 3.5rem;
    width: 90%;
  }

  /* Banner */
  .banner__title {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }

  /* News */
  .news__title {
    font-size: 1.8rem;
    line-height: 2.375rem;
  }
}

@media only screen and (max-width: 359px) {

  /* Intro */
  .intro__title {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }

  .intro__carousel .carousel-indicators {
    margin-top: -40px;
    top: 100%;
  }

  /* Vision */
  .vision__subtitle {
    font-size: 2.5rem;
    line-height: 3rem;
    width: 90%;
  }

  /* Brand */
  .brand__subtitle {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }

  /* Banner */
  .banner__title {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }

  /* Visioffice */
  .visioffice__subtitle {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }

  /* News */
  .news__title {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }

  /* Footer */
  .footer__contactLink {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 319px) {

  /* Intro */
  .intro {
    background: var(--color-marine);
    margin-top: 10px;
  }

  .intro__title {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }

  /* Vision */
  .vision__subtitle {
    font-size: 2.2rem;
    line-height: 2.7rem;
    width: 90%;
  }

  /* Brand */
  .brand__subtitle {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }

  /* Banner */
  .banner__title {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  /* News */
  .news__title {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }

  /* Footer */
  .footer__contactLink {
    font-size: 0.75rem;
  }
}