CTA 06
CTA 06
=
<div class="bg-gray-50 text-gray-600 px-6 lg:px-8 pt-12 pb-20">
<div class="max-w-screen-xl mx-auto grid grid-cols-2 gap-8 lg:gap-24 md:items-center">
<div class="col-span-2 md:col-span-1 flex flex-row space-x-2">
<img src="http://demo-assets.uibak.com/themesdev/placeholder-square.svg"alt="">
</div>
<div class="col-span-2 md:col-span-1">
<h2 class="text-2xl sm:text-3xl md:text-4xl text-gray-700 font-medium">The best product on the market</h2>
<p class="text-xl text-gray-600 mt-4 max-w-3xl">When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees</p>
<div class="flex flex-row space-x-2">
<a href="#" class="inline-block bg-gray-600 font-semibold rounded-lg py-4 px-5 lg:px-8 text-white mt-6">Order now</a>
<a href="#" class="inline-block bg-gray-500 font-semibold rounded-lg py-4 px-5 lg:px-8 text-white mt-6">View pricing</a>
</div>
</div>
</div>
</div>