CTA 17
CTA 17
=
<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-3 gap-8 lg:gap-24 md:items-center">
<div class="col-span-3 md:col-span-1 flex flex-row space-x-2">
<div class="bg-gray-200 p-6 lg:p-8 w-full text-center">
<span class="text-xl lg:text-2xl font-semibold text-gray-700 mb-2">Monthly costs</span>
<div class="-mx-6 lg:-mx-8 mt-6 pt-6 border-t border-gray-300 px-6 lg:px-8">
<ul class="space-y-2">
<li class="flex justify-between space-x-4">
<span>Storage</span>
<span>$20</span>
</li>
<li class="flex justify-between space-x-4">
<span>Bandwidth</span>
<span>$10</span>
</li>
<li class="flex justify-between space-x-4">
<span>Mailboxes</span>
<span>$5</span>
</li>
<li class="flex justify-between space-x-4">
<span>Support</span>
<span>Free</span>
</li>
</ul>
</div>
</div>
</div>
<div class="col-span-3 md:col-span-2">
<h2 class="text-2xl sm:text-3xl md:text-4xl text-gray-700 font-medium">Pro Laravel Hosting</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>
</div>
</div>
</div>
</div>