<div class="flatrate-teaser-row">
{# offer-teaser-row should only contain 4 teasers
teasers are displayed with scrollbar mobile
#}
<div class="row scrolling-row">
{% for item in items %}
<div class="col-md-3 col-10 scrolling-row__item">
{{ include('Includes/Teaser/flatrate-teaser.html.twig', item) }}
</div>
{% endfor %}
</div>
</div>