.page-container {
  width: 100%;
}

#landing-page-ctn {
  padding: 5vh 0 0vh 0;
}

#landing-page-title {
  font-size: 2rem;
}

#landing-page-subtitle {
  font-size: 1.5rem;
}

#our-partners > h1 {
  font-size: 0.915rem;
}

@media (max-width: 767.98px) {
  .ops__tab .ws-h3 {
    text-align: center;
  }

  .hero#landing-page-ctn {
    min-height: auto;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 110px 20px 40px;
    gap: 10px;
  }

  .hero#landing-page-ctn img {
    width: 84px;
    max-width: 22vw;
    height: auto;
    margin-bottom: 6px;
  }

  #landing-page-title {
    font-size: 1.35rem;
    line-height: 1.1;
    margin: 0;
    white-space: nowrap;
  }

  #landing-page-subtitle {
    font-size: 0.95rem;
    line-height: 1.2;
    margin: 0;
  }

  #landing-page-description p {
    font-size: 0.92rem;
    line-height: 1.35;
    margin: 0;
  }

  #landing-page-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 10px;
  }

  #landing-page-menu .button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 280px);
    min-height: 48px;
    padding: 12px 18px;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
  }

  .hero#landing-page-ctn > p:first-of-type {
    font-size: 0.82rem;
    line-height: 1.35;
    max-width: 28ch;
    margin: 8px auto 0;
  }

  .hero#landing-page-ctn > p:last-of-type {
    font-size: 0.8rem;
    line-height: 1.2;
    margin: 0;
  }

  .video-bottom-content {
    padding: 5%;
    text-align: center;
  }

  /* move up the hero logo and wording 8.4.26 */
  #landing-page-ctn {
    justify-content: flex-start;
    padding-top: 32px;
    margin-top: 0;
    min-height: calc(100vh - 88px);
  }
}
