{% comment %} Challenge, Approach, Impact Component - Displays the sticky/scrolling image section. - Expects `page` context with challenge_*, approach_*, and impact_* variables. {% endcomment %} {% if page.challenge_heading and page.approach_heading and page.impact_heading %}

{{ page.challenge_heading }}

{{ page.challenge_description }}

Challenge

{{ page.approach_heading }}

{{ page.approach_description }}

Approach

{{ page.impact_heading }}

{{ page.impact_description }}

Impact
Challenge
Approach
Impact
{% endif %}