.member-hero .page-title {
  max-width: 800px;
}

.member-hero .page-title > p {
  max-width: 800px;
  line-height: 1.55;
}

@media (max-width: 640px) {
  .member-hero {
    min-height: auto;
    background-position: 62% 56%;
  }

  .member-hero .page {
    padding-top: 2.25rem;
    padding-bottom: 2.75rem;
  }

  .member-hero .page-title {
    max-width: none;
    padding-top: 0;
  }

  .member-hero .page-title h1 {
    margin-top: 0;
    font-size: clamp(2.35rem, 12vw, 3.3rem);
  }

  .member-hero .page-title > p {
    max-width: none;
    font-size: 1rem;
    line-height: 1.5;
  }

  .member-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: .7rem;
    margin-top: 1.5rem;
  }

  .member-hero .hero-actions .button {
    width: 100%;
  }
}
