/** @format */

.page-template-template-about .header-mobile-buttons button {
  border-color: #fff;
  color: #fff !important;
}

.banner.about-banner {
  background-position-x: 75%;
}

.about-banner .banner-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.banner-title {
  color: #fff;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.banner-subtitle {
  color: #fff;
  font-family: Outfit;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .banner-title {
    font-size: 20px;
  }

  .banner-subtitle {
    font-size: 50px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .banner-title {
    font-size: 24px;
  }

  .banner-subtitle {
    font-size: 65px;
    line-height: 70px;
  }

  .about-banner .banner-inner {
    justify-content: center;
  }
}
