.default-header-content {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  margin: 0 auto;
  padding: 0 $gutter;
  width: 100%;
  max-width: $max-width;

  &__inner {
    max-width: 720px;
    margin-left: 16%;

    @include md {
      margin-left: 5%;
    }
  }

  h1 {
    color: #fff;
    font-size: 5.8rem;
    font-weight: 700;
    line-height: 6.8rem;
    margin: 0 0 10px;
    word-break: break-word;

    @include sm {
      font-size: 3.8rem;
      line-height: 4.5rem;
    }
  }

  p {
    color: #fff;
    font-size: 2.4rem;
    margin-top: 0;

    @include sm {
      font-size: 2rem;
    }
  }
}
