.page-intro {
  margin-bottom: var(--space-6);
}

.page-intro .hero-eyebrow {
  margin-bottom: var(--space-2);
}

.cp-section {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
  border-top: 1px solid rgba(24, 34, 48, 0.06);
}

.cp-section:first-of-type {
  border-top: none;
}

.cp-section--last {
  border-bottom: 1px solid rgba(24, 34, 48, 0.06);
}

.cp-section h2 {
  margin-top: 0;
}

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

@media (min-width: 768px) {
  .page-intro {
    margin-bottom: var(--space-8);
  }
}
