   @media only screen and (min-width: 64.125em) {
  .c-page-header--has-media .c-page-header__text::before {
    content: '';
    top: -40px;
    left: -10.2em;
    right: calc((-100% / 5 * 7) + (-10.2em) - 1px);
  }
  
  .c-page-header--has-media .c-page-header__heading {
    margin-bottom: 76px;
}

@media only screen and (min-width: 64.125em) and (min-width: 1302px) {
} 