.c-intention-map__header-wrap {
  max-width: $global-width;
  margin-left: auto;
  margin-right: auto;
}

.c-intention-map__header {
  position: absolute;
  left: 4rem;
  z-index: 2;
  padding: 1rem 1.5rem .2rem;
  background: transparentize($color: $body-background, $amount: .2);

  @include breakpoint(medium down) {
    left: 0;
  }

  @include breakpoint(small down) {
      position: static;
      text-align: center;
  }

}
