Preview
HTML
<div class="text-brand-secondary-contrast">
<p class="text-2xl">Heading</p>
<p>Description</p>
<!-- Add button URL below -->
<a href="" class="tf-btn tf-btn--primary tf-btn--block">Button text</a>
</div>
CSS
.auth__snippet {
background: var(--brand-secondary);
}
@media (min-width: 1150px) {
.auth__main--snippet {
width: 35%;
}
}