/* ==========================================================================
   content-section.css
   ========================================================================== */

.content-section {
  padding-block: var(--space-section);
  border-top: 1px solid rgba(212, 197, 177, 0.08);
}

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

.content-section__intro {
  max-width: 90ch;
}

.content-section h3 {
  margin-top: var(--space-paragraph);
}
