{% import 'Core/Layout/Templates/Macro/Replace.html.twig' as txt %}
<section class="relative mt-12 xl:mt-16 pt-20{% if last %} mb-32{% endif %}" id="o-znacce">
<div class="center lg:flex lg:justify-between lg:items-center">
<div class="text-center lg:text-left text-gray-dark md:text-[1.07rem] lg:w-1/2 [&_h2]:text-blue-dark">{% for about in positions.about %}{% if about.html %}{{ txt.replace(about.html) }}{% endif %}{% endfor %}</div>
<div class="text-center lg:text-right mt-12 lg:mt-0 lg:w-1/5"><img src="{{ THEME_URL }}/Core/Layout/assets/img/logo.svg" alt="{{ siteTitle }}" class="h-20 mx-auto"></div>
</div>
</section>