{% assign feature_image = '' %} {% capture feature_image %}{% picture open_graph pages/{{ page.pos_section_four.i_image}} %}{% endcapture %}

{{ page.pos_section_four.t_title }}

{{ page.pos_section_four.t_subtitle }}

{{ page.pos_section_four.i_image | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }}
{% for desc in page.pos_section_four.t_description %}

{{ desc }}

{% endfor %}
{% for feature in page.pos_section_four.features %}
{% assign feature_icon = '' %} {% capture feature_icon %}{% picture open_graph pages/{{ feature.icon}} %}{% endcapture %}

{{ feature.t_heading }}

{{ feature.icon | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }}

{{ feature.t_subheading }}

{% endfor %} {% if page.pos_section_four.t_button %} {% endif %}