{{ page.industry_section1.t_headline }}

{% if page.industry_section1.i_main_image %} {% capture tabs_image2 %}{% picture open_graph pages/{{ page.industry_section1.i_main_image }} %}{% endcapture %} {{ page.industry_section1.i_main_image | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }} {% endif %}
{% for items in page.industry_section1.inventory_updates %}

{{ items.t_title }}

{% if items.t_description %} {% for items_more in items.t_description %}

{% if page.industry_section1.i_icon %} {% capture icon %}{% picture width_27 pages/{{ page.industry_section1.i_icon }} %}{% endcapture %} {{ page.industry_section1.i_icon | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }} {% endif %}

{{ items_more.t_title }}

{% endfor %} {% endif %}
{% endfor %}