@mixin show-more-background-mapping {

  .section-separator {
    color: $color-brand--two;
  }

  .section-separator--border span {
    .bg-brand--white & {
      background: $color-brand--white;
    }

    .bg-brand--light-grey & {
      background: $color--grey-10;
    }
  }

  .section-separator--border:before {
    background: $color--grey;
  }
}
