{#blog card#}
<div class="blog-card h-anim lg:w-80 flex flex-col">
<img class="w-full rounded-t-xl" src="{{ asset('build/images/' ~ url ) | imagine_filter('card_img')}}" alt="start up image">
<div class="px-8 py-10 rounded-b-xl bg-white shadow-lg flex flex-col gap-4 w-full flex-grow justify-between">
<h3 class="font-allerBold text-xl">{{ titre1 }}</h3>
<p class="font-allerRegular text-sm">{{ text1 }}</p>
<h3 class="font-allerBold text-xl">{{ titre2 }}</h3>
<p class="font-allerRegular text-sm">{{ text2 }}</p>
<!-- SMALL WHITE PINK CTA -->
<div class="flex justify-center items-center w-full relative z-30 mt-4">
<a href="{{ linkCta }}" class="cta small-cta cta-white-pink w-full">En savoir plus</a>
</div>
</div>
</div>