.tc-hero {
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

.tc-hero-intro {
  margin-top: var(--space-4);
}

.tc-hero-cta {
  margin-top: var(--space-6);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3);
}

.tc-content {
  margin-top: var(--space-10);
}

.tc-content h2 {
  margin-top: var(--space-6);
}

.tc-content h3 {
  margin-top: var(--space-4);
}

.tc-list {
  margin-left: 1.25rem;
  margin-bottom: var(--space-3);
  color: var(--color-text-muted);
}

.tc-list li + li {
  margin-top: var(--space-2);
}

.tc-list-ordered {
  list-style: decimal;
}

.tc-list:not(.tc-list-ordered) {
  list-style: disc;
}

.tc-bottom-cta {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin-top: var(--space-8);
}

.tc-bottom-cta-text p {
  margin-bottom: 0;
}

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

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