<div class="flex flex-col min-w-[calc(100vw_-_2.5rem)] lg:min-w-[15rem] flex flex-col {{ classes }}">
<img
class="w-74 h-74 object-cover"
src="{{ image_url }}"
>
<div class="text-center mt-6 mb-4">
<h2 class="head-6xl">{{ desc_text }}</h2>
</div>
<div class="text-center flex justify-center mt-auto">
{% include 'patterns/atoms/buttons/round_button.html' with classes='bg-white text-black' button_text=button_text %}
</div>
</div>
context:
button_text: 'Zjisti více'
desc_text: 'Senátoři'
image_url: '../../../../../static/images/person-table.png'