.search-teaser {
  font-size: mat-font-size($fontConfig, 'teaser');
  line-height: mat-line-height($fontConfig, 'teaser');
  font-weight:  mat-font-weight($fontConfig, 'teaser');

  @include ui-typography-reposive($fontConfig-sm,$fontConfig-m,$fontConfig-l,'teaser');
}

@media print, (min-width: 975px) {
  .search-teaser {
    line-height: 1.5;
  }
}
