<a href="{{ url is defined ? url|default('#') }}">
<div style="height: 8rem"; class="position-relative">
<div class="position-absolute w-100 h-100" style="background-image: url('{{ image }}'); background-position: center; background-repeat: no-repeat; background-size: cover;"></div>
</div>
<div class="bg-grey p-3 interest-box-text">
<span class="line-clamp clamp-1 fw-bold">{{ title }}</span>
<span class="line-clamp clamp-2">{{ text|raw }}</span>
</div>
</a>