.cd-page-header {
  margin-bottom: 2rem;

  & div p {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 600;
  }
  & h1 {
    display: inline-block;
    font-size: 1.9rem;
    line-height: 1;
    color: rgb(24 24 27);
    font-weight: 800;
    margin: 0.5rem 0;
  }
  @media (min-width: 640px) {
    & h1 {
      font-size: 2.2rem;
    }
  }
  & p.description {
    margin-top: 0.25rem;
    font-size: 1.3rem;
    line-height: 1.75rem;
    color: var(--cd-color-fg-default-mild);
  }
}