<section class="py-26 bg-white">
<div class="container px-4 mx-auto relative">
<div class="max-w-4xl mx-auto text-center">
<span class="text-lg font-extrabold text-indigo-500">Section label</span>
<h1 class="text-3xl md:text-4xl font-extrabold font-heading mt-4 mb-4">Join our team</h1>
<p class="text-xl font-extrabold leading-8 mb-16">Our philosophy is simple — hire a team of diverse, passionate people and foster a culture that empowers you to do you best work.</p>
<div class="px-6 md:px-12 py-8 mb-8 bg-white border-3 border-indigo-900 rounded-2xl shadow-md">
<div class="md:flex justify-between items-center">
<h4 class="text-2xl font-extrabold mb-10 md:mb-0">Front-end Developer</h4>
<a class="inline-block py-4 px-6 text-center leading-6 text-lg text-white font-extrabold bg-indigo-800 hover:bg-indigo-900 border-3 border-indigo-900 shadow rounded transition duration-200" href="#">View Job</a>
</div>
</div>
<div class="px-6 md:px-12 py-8 mb-8 bg-white border-3 border-indigo-900 rounded-2xl shadow-md">
<div class="md:flex justify-between items-center">
<h4 class="text-2xl font-extrabold mb-10 md:mb-0">Back-end Developer</h4>
<a class="inline-block py-4 px-6 text-center leading-6 text-lg text-white font-extrabold bg-indigo-800 hover:bg-indigo-900 border-3 border-indigo-900 shadow rounded transition duration-200" href="#">View Job</a>
</div>
</div>
<div class="px-6 md:px-12 py-8 mb-8 bg-white border-3 border-indigo-900 rounded-2xl shadow-md">
<div class="md:flex justify-between items-center">
<h4 class="text-2xl font-extrabold mb-10 md:mb-0">UI/UX Designer</h4>
<a class="inline-block py-4 px-6 text-center leading-6 text-lg text-white font-extrabold bg-indigo-800 hover:bg-indigo-900 border-3 border-indigo-900 shadow rounded transition duration-200" href="#">View Job</a>
</div>
</div>
<div class="px-6 md:px-12 py-8 mb-8 bg-white border-3 border-indigo-900 rounded-2xl shadow-md">
<div class="md:flex justify-between items-center">
<h4 class="text-2xl font-extrabold mb-10 md:mb-0">Product Designer</h4>
<a class="inline-block py-4 px-6 text-center leading-6 text-lg text-white font-extrabold bg-indigo-800 hover:bg-indigo-900 border-3 border-indigo-900 shadow rounded transition duration-200" href="#">View Job</a>
</div>
</div>
<div class="px-6 md:px-12 py-8 bg-white border-3 border-indigo-900 rounded-2xl shadow-md">
<div class="md:flex justify-between items-center">
<h4 class="text-2xl font-extrabold mb-10 md:mb-0">Project Manager</h4>
<a class="inline-block py-4 px-6 text-center leading-6 text-lg text-white font-extrabold bg-indigo-800 hover:bg-indigo-900 border-3 border-indigo-900 shadow rounded transition duration-200" href="#">View Job</a>
</div>
</div>
</div>
</div>
</section>