.x-title h6 {
  @extend .card-text,
          .mb-1,
          .overflow-hidden;
  font-weight: $font-weight-normal;
  line-height: $line-height-base;
  max-height: calc(1.5em * 2);
  text-overflow: ellipsis;
}