{% assign feature_image = '' %} {% capture feature_image %}{% picture open_graph pages/{{ page.pos_section_three.i_image}} %}{% endcapture %}
{{ page.pos_section_three.i_image | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }}

{{ page.pos_section_three.t_title }}

{% for desc in page.pos_section_three.t_description %}

{{ desc }}

{% endfor %} {% for feature in page.pos_section_three.features %}
{% assign feature_icon = '' %} {% capture feature_icon %}{% picture open_graph pages/{{ feature.icon}} %}{% endcapture %} {{ feature.icon | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }}

{{ feature.text }}

{% endfor %}