Add description to CardTitle. Could be as straightforward as the following, adding a Content to the current children, but need to check with core if they want another wrapping div instead.
<div className={css(styles.cardTitle)}>
<div className={css(styles.cardTitleText, className)}>
{children}
<Content component="small">{description}</Content>
</div>
</div>