{{ page.product_feature_section.t_headline}}

{{ page.product_feature_section.t_subheadline}}

{{ page.product_feature_section.t_para}}

{% for item in page.product_feature_section.product_feature %}
{% assign image_alt = item.i_image | remove: '.webp' | replace: '-',' ' | replace: '_',' ' %} {% picture loyalty_logo pages/{{ item.i_image }} alt="{{ image_alt }}" %}

{{ item.t_headline}}

{{ item.t_subheadline}}

{% endfor %}