{% set sec = get_section_data(entity, app.request.locale|default('pl')) %}
{% if entity.translations.pl.sectionMedia is not null %}
<section class="parent-container healthy-forever">
<video src="{{ (CONST_UPLOADS_VIDEO ~ entity.translations.pl.sectionMedia.fileName|default('')) }}" autoplay="" muted="" loop="" playsinline=""></video>
<div class="mx-auto">
<h6 class="gilroy pb-60 text-{{ sec.titleColor }}">{{ sec.title|default('') }}</h6>
<p class="f-24 lh-170">{{ sec.contentFirst|default('') }}</p>
</div>
</section>
{% endif %}