{% if data.title_h2 is defined and data.title_h2 is not empty %}
<h2 class="mt-40px fw400 lh40 fs36">
{{ data.title_h2 }}
</h2>
{% endif %}
{% if data.chapo is defined and data.chapo is not empty %}
<div class="fs18 fw600 lh28 mt-24px">
{{ data.chapo|raw }}
</div>
{% endif %}