/* Block: Simple Section Header — block-specific styling
 * Placed in blocks/simple-section-header/style.css so ACF enqueues it with the block.
 * Uses Bootstrap utility classes where possible; these rules cover layout/typography
 * that cannot be achieved via bootstrap alone (positioning, overlays, responsive
 * hero sizing, large decorative header).
 */

.simple-section-header_block {
  background: #141835;
  padding: 5rem 0;
}

.simple-section-header_content h2.simple-section-header_header_small {
  border: 0;
  color: #e9f1fe;
  margin: 0 auto;
  max-width: 950px;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.simple-section-header_block .simple-section-header_lead p {
  margin: 2rem auto 0 auto;
  max-width: 1050px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.simple-section-header_cta {
  margin: 2rem auto 0 auto;
  text-align: center;
}

/* Responsive: stack on small screens */
@media (min-width: 768px) {
  .simple-section-header_block {
    padding: 8rem 0;
  }
  .simple-section-header_content h2.simple-section-header_header_small {
    font-size: 5rem;
    line-height: 5.5rem;
  }
  .simple-section-header_block .simple-section-header_lead p {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

@media (max-width: 1200px) {
}
