{{ sections.challenges.title }}

{{ sections.challenges.subtitle }}

{% for item in sections.challenges.items %} {% if loop.index <= 3 %}
{{ item.value }}
{{ item.label }}
{% if item.description %}

{{ item.description }}

{% endif %}
{% endif %} {% endfor %}