.tc-hero {
  max-width: 44rem;
  margin: 0 auto var(--space-10);
  text-align: center;
}

.tc-hero__lead {
  max-width: 38rem;
  margin: 0 auto;
}

.tc-section {
  margin-bottom: var(--space-8);
}

.tc-grid {
  align-items: stretch;
}

.tc-section-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
}

.tc-cta {
  display: flex;
  flex-direction: column;
}

.tc-cta__text {
  margin-bottom: var(--space-4);
}

.tc-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (min-width: 768px) {
  .tc-cta {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .tc-cta__text {
    max-width: 34rem;
    margin-bottom: 0;
  }
}

.tc-hero .pill {
  margin-bottom: var(--space-3);
}

.tc-section h2 {
  margin-bottom: var(--space-3);
}

.tc-section p:last-child {
  margin-bottom: 0;
}
