<div class="health-card health-card--clickable health-card--shadow health-card--borderless">
    <div class="health-card__image">
        <img src="https://picsum.photos/800/450" />
    </div>
    <div class="health-card__body">
        <h2 class="health-card__title">
            <a class="health-card__link" href="#">Nemo enim ipsam voluptatem quia voluptas sit aspernatur</a>
        </h2>
        <div class="health-card__text">
            <p>This card removes the border and internal padding.</p>
        </div>
        <div class="health-card__date">20 July 2019</div>
        <div class="health-card__tag">News</div>
    </div>
</div>

This card variant removes border and padding. The card operates as a container for elements without the visual prominence. Combining with health-card--clickable allows the whole card to remain clickable.