.display,
%display {
  font-size: $font-size-xxlg;
  font-weight: $font-weight-bold;
  line-height: line-height($font-size-xxlg);

  @include breakpoint-max($breakpoint-xs) {
    font-size: $font-size-xlg;
    line-height: line-height($font-size-xlg);
  }

  &-mobile {
    font-weight: $font-weight-bold;
    font-size: $font-size-xlg;
    line-height: line-height($font-size-xlg);
  }
}
