{% if sections.challenges.background.media %}
Challenges Background {% if sections.challenges.background.overlay %}
{% endif %}
{% endif %}
{{ sections.challenges.subtitle | default('Our Approach') }}

{{ sections.challenges.title }}

{{ sections.challenges.description | default('We help businesses overcome challenges and achieve their goals through innovative solutions.') }}

{% for item in sections.challenges.items %}

{{ item.value }}

{{ item.label }}

{% if item.description %}

{{ item.description }}

{% endif %} {% if item.stats %}
{% for stat in item.stats %}
{{ stat.value }} {{ stat.label }}
{% endfor %}
{% endif %} {% if item.features %}
    {% for feature in item.features %}
  • {{ feature }}
  • {% endfor %}
{% endif %} {% if item.link %} {% endif %} {% if item.badge %}
{{ item.badge }}
{% endif %}
{% endfor %}
{% if sections.challenges.cta %} {% endif %}