{% import 'common/macros/elements.html.twig' as elements %}
<section class="featured-content section">
<div class="content">
<div class="section-header">
{{ elements.heading('common.technology'|trans|upper, 4, 'section-category') }}
{{ elements.heading('common.livestream'|trans, 2, 'section-title') }}
</div>
<p>{{ 'home.livestream_text'|trans }}</p>
</div>
<div class="media">
{{ elements.lottie('liveStreamLottie', 'livestream.json', true) }}
</div>
</section>