CTA 03
CTA 03
=
<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 order-2 md:order-1">
<h2 class="text-2xl sm:text-3xl md:text-4xl text-gray-700 font-medium">Join our newsletter</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>
<form class="flex flex-row space-x-2 mt-6">
<input type="text" placeholder="enter email address" class="bg-white border border-gray-300 px-4 py-2 flex-1 rounded-lg">
<button class="inline-block bg-gray-600 font-semibold rounded-lg py-4 px-5 lg:px-8 text-white">Subscribe</button>
</form>
</div>
<div class="col-span-2 md:col-span-1 flex flex-row space-x-2 order-1 md:order-2">
<img src="http://demo-assets.uibak.com/themesdev/placeholder-horizontal.svg"alt="">
</div>
</div>
</div>