{{ sections.challenges.title }}

{{ sections.challenges.subtitle }}

{% for item in sections.challenges.items %}
{{ item.value }}
{{ item.label }}
{% if item.description %}

{{ item.description }}

{% endif %}
{% endfor %}