/* ============================================================
   INTRO — opening paragraphs, clean and spacious
   ============================================================ */

.intro-block {
  max-width: var(--content-max);
  padding-bottom: 32px;
  margin-bottom: 0;
  border-bottom: 1px solid var(--grey-100);
}

.intro-block p {
  color: var(--grey-600);
  font-size: 1.0625rem;
  line-height: 1.9;
  margin-bottom: 24px;
}

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

.intro-block strong {
  color: var(--navy);
  font-weight: 700;
}
