.section-title {
  max-width: 40rem;
}

.card + .card {
  margin-top: var(--space-6);
}

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

.section--tight .section__header p.section-kicker {
  margin-bottom: 0;
}

.section--tight .section__header {
  max-width: 56rem;
}

.home-facts {
  margin-top: var(--space-4);
}

@media (max-width: 720px) {
  .section-title {
    font-size: var(--font-size-2xl);
  }
}
