A default tier item representing a single benefit within a tier.
<div class="tier" style="width: 360px">
<div class="tier__item">
<button class="btn btn--text">
Benefit
</button>
</div>
</div>A striped tier item representing a single benefit within a tier.
<div class="tier" style="width: 360px">
<div class="tier__item tier__item--striped">
<button class="btn btn--text">
Benefit
</button>
</div>
</div>A tier item that includes additional contextual copy below the main benefit.
<div class="tier" style="width: 360px">
<div class="tier__item">
<button class="btn btn--text">
Benefit
</button>
<span class="copy copy--small">Contextual benefit copy</span>
</div>
</div>A striped tier item that includes additional contextual copy below the main benefit.
<div class="tier" style="width: 360px">
<div class="tier__item tier__item--striped">
<button class="btn btn--text">
Benefit
</button>
<span class="copy copy--small">Contextual benefit copy</span>
</div>
</div>