.page-about-us .container {
  width: min(960px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.page-about-us .panel {
  padding: 28px;
  border-radius: 0;
}

.page-about-us .hero {
  text-align: center;
  border-top-color: var(--color-clay);
}

.page-about-us h1 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4.2vw, 3rem);
}

.page-about-us h2 {
  margin-bottom: 12px;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
}

.page-about-us .subtext,
.page-about-us .section-copy p {
  color: var(--color-text-muted);
  line-height: 1.55;
}

.page-about-us .subtext {
  max-width: 760px;
  margin: 0 auto;
}

.page-about-us .actions {
  justify-content: center;
  margin-top: 24px;
}

.page-about-us .action-button {
  min-width: 180px;
  font-weight: 600;
  text-align: center;
}

.page-about-us .section-copy {
  display: grid;
  gap: 10px;
}

@media (max-width: 680px) {
  .page-about-us .panel {
    padding: 22px;
  }
}
