.profile-hero.profile-hero--text {
  display: block;
  max-width: 980px;
  padding-block: 78px 88px;
}

.profile-hero--text .profile-copy {
  max-width: none;
  text-align: center;
}

.profile-hero--text .profile-copy h1 {
  max-width: 900px;
  margin-inline: auto;
  font-family: "Century Gothic", AppleGothic, "URW Gothic L", Arial, sans-serif;
  font-weight: 600;
}

.profile-hero--text .profile-role,
.profile-hero--text .profile-rule { margin-inline: auto; }

.profile-hero--text .section-label { text-align: left; }

.profile-hero--text .profile-bio {
  max-width: 880px;
  font-size: 1rem;
  line-height: 1.8;
}

@media (max-width: 760px) {
  .profile-hero.profile-hero--text { padding-block: 52px 62px; }
}
