primary offer (DSP)
The primary offer molecule is used with variation in the paywall and subscription offers page. Placing it into a subscription offers page using a .subscription-offers
wrapper will put larger padding.
Example
HTML
<div class="primary-offer card">
<div>
<h2 class="h1">Unlimited Digital Access</h2>
<p class="h4">$1.99 for one month</p>
<p class="summary caps">$10.99/month after. Cancel anytime.</p>
<a class="button white">start today</a>
</div>
</div>