Preview
HTML
<div class="flex flex-col sm:flex-row items-center p-4 bg-brand-secondary
text-brand-secondary-contrast tf-rounded">
<div class="w-full sm:w-2/3 flex justify-center sm:justify-start">
<p class="sm:m-0 text-lg font-bold">Title</p>
</div>
<div class="w-full sm:w-1/3 flex justify-center sm:justify-end">
<!-- Add button URL below -->
<a href="" class="btn btn--primary">Button text</a>
</div>
</div>