.entry-content {
  & .block-section-heading {
    margin: 88px auto 16px;
  }
}

.wp-block-mrc-page-intro {

  & .block-page-introduction {
  
    @media ( width >= 1140px ) {
      width: 100%;
    }
  }
}

.block-section-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  width: 100%;

  @media ( width >= 1140px ) {
    width: 57.777%;
  }

  & .eyebrow {
    color: var(--wp--custom--eyebrow--color);
    font-size: var(--wp--custom--eyebrow--font-size);
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
  }

  & .wp-block-heading {
    margin: 0;
  }

  & .content {

    & p:first-child {
      margin-top: 0;
    }

    & p:last-child {
      margin-bottom: 0;
    }
  }
}