.c-contact-us {
  &__contact-background {
    background-size: cover;
    padding: 25% 0;
    background-position: center;
  }
  &__title {
    font-family: $font-maersk-headline;
    font-size: 1.5em;
    font-weight: $font-weight-light;
    line-height: 1.334em;
    @include media-breakpoint-up(md) {
      font-size: 2.5em;
    }
  }

  &__description {
    color: $color-secondary;
    line-height: 1.5em;
  }

  &__email-text {
    color: $color-primary;
    line-height: 1.5em;
  }
}
