<section class="py-6 bg-white">
<div class="container px-4 mx-auto">
<div class="max-w-6xl mx-auto">
<div class="flex flex-wrap items-center -mx-4 -mb-8">
<div class="w-full sm:w-1/2 lg:w-1/4 px-4 mb-8">
<div class="flex items-center justify-center px-6 h-36 border-2 border-black shadow rounded-md">
<img class="img-fluid" src="shopal-assets/logos/slack-logo.svg" alt="">
</div>
</div>
<div class="w-full sm:w-1/2 lg:w-1/4 px-4 mb-8">
<div class="flex items-center justify-center px-6 h-36 border-2 border-black shadow rounded-md">
<img class="img-fluid" src="shopal-assets/logos/dropbox-logo.svg" alt="">
</div>
</div>
<div class="w-full sm:w-1/2 lg:w-1/4 px-4 mb-8">
<div class="flex items-center justify-center px-6 h-36 border-2 border-black shadow rounded-md">
<img class="img-fluid" src="shopal-assets/logos/spotify-logo.svg" alt="">
</div>
</div>
<div class="w-full sm:w-1/2 lg:w-1/4 px-4 mb-8">
<div class="flex items-center justify-center px-6 h-36 border-2 border-black shadow rounded-md">
<img class="img-fluid" src="shopal-assets/logos/stripe-logo.svg" alt="">
</div>
</div>
</div>
</div>
</div>
</section>