{{ sections.challenges.title }}

{{ sections.challenges.subtitle }}

{% if sections.challenges.layout == 'grid' %}
{% for item in sections.challenges.items %}
{{ item.value }}
{{ item.label }}
{% if item.description %}

{{ item.description }}

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

{{ item.description }}

{% endif %} {% if item.details %}
{% for detail in item.details %}
{{ detail }}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}