{% assign saving-bg = %} {% capture saving-bg %}{% picture open_graph_1920 pages/{{ page.hardware_section_3.i_bg_image }} %}{% endcapture %}

{{page.hardware_section_3.t_headline}}

{{page.hardware_section_3.t_subheadline}}

{% assign feature_image = '' %} {% capture feature_image %}{% picture open_graph pages/{{ page.hardware_section_3.i_image}} %}{% endcapture %} {{ page.hardware_section_2.i_image | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }}
{% for item in page.hardware_section_3.features %}

{{item.t_headline}}

{% if item.t_subheadline %}

{{item.t_subheadline}}

{% endif %} {% for feature-list in item.features_list %}
{% assign feature_icon = '' %} {% capture feature_icon %}{% picture width_27 pages/{{ feature-list.icon}} %}{% endcapture %} {{ feature.icon | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }}

{{ feature-list.text }}

{% endfor %}
{% endfor %}