{{ page.product_section.t_headline}}

{{ page.product_section.t_subheadline}}

{% capture main_image %}{% picture open_graph pages/{{ page.product_section.i_image }} %}{% endcapture %} {{ page.product_section.i_image | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }}
{% for item in page.product_section.product_feature %}
{{ item.i_image | remove: '.png' | remove: '.svg' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }}

{{ item.t_headline }}

{{item.t_subheadline}}

{{item.t_button}}
Arrow Right
{% endfor %}