CTA 11
CTA 11
=
<div class="bg-gray-50 text-gray-600 px-6 lg:px-8 pt-12 pb-20">
<div class="max-w-screen-lg mx-auto md:flex md:flex-row md:space-x-8 md:items-center">
<div class="flex-1">
<h2 class="text-2xl sm:text-3xl md:text-4xl text-gray-700 font-medium">This is a very short Call to Action</h2>
</div>
<div>
<a href="#" class="inline-block bg-gray-600 font-semibold rounded-lg py-4 px-5 lg:px-8 xl:px-16 text-white mt-6 lg:mt-0">Order now</a>
</div>
</div>
</div>