<!-- showcase -->
<section class="showcase">
<div class="showcase__row">
<div class="showcase__row-col">
<div class="showcase__content">
<img class="showcase__content-ico" src="{{ asset('bundles/hitsocommon/hitsox-default-theme/img/content/ico-1.svg') }}"
alt="icon alt"/>
<h2 class="showcase__content-title section-title section-title--h2">
New technologies in one place
</h2>
<p class="showcase__content-lead section-lead section-lead--small">
We based the system on Symfony 3 and React, the newest web application production technologies, which
significantly increase their efficiency.
</p>
</div>
</div>
<div class="showcase__row-col">
<picture class="showcase__photo">
<img class="showcase__photo-img lazyload"
data-src="{{ asset('bundles/hitsocommon/hitsox-default-theme/img/content/showcase-1.png') }}"
style="margin: -39px 0 -69px -49px"/>
</picture>
</div>
</div>
</section>