.page--header {
  margin-bottom: 1.5rem;
  display: flex;
  flex-flow: column wrap;

  h1 {
    @include carbon--type-style("productive-heading-04");
    margin-bottom: 0.5rem;
  }
  span {
    @include carbon--type-style("body-short-02");
  }
  span:nth-of-type(2) {
    @include carbon--type-style("body-short-02");
    margin-top: rem(5px);
  }
}
