/* Hattitude Hat Bar: about page */

.team-block .team-lead {
  margin-top: 18px;
  margin-bottom: 24px;
}

.team-block .quote-card {
  max-width: 40ch;
}

.about-cta {
  text-align: center;
}

.about-cta p {
  margin: 16px auto 0;
  max-width: 50ch;
}

.about-cta .cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* Team follows the dark hero directly, so the hero's bottom padding is the gap */
.about-team {
  padding-top: 0;
}
