<div class="insurance-offer-card">
<img class="picture" src="{{ asset(vich_uploader_asset(category, 'coverFile')) }}" alt="{{ category.coverAlt ?? category.coverName }}" />
<div class="insurance-offer-card-content">
<h2 class="title">{{ category.title }}</h2>
<div class="text">{{ category.introParagraph|raw }}</div>
<a class="button button-alternate" href="{{ path('app_maritime_category_show', {slug: category.slug}) }}">Voir les offres</a>
{# <a href="{{ category.ctaUrlcategory }}" class="button">{{ category.ctaTextcategory }}</a>#}
</div>
</div>