{% if page.industry_section4.i_bg_image %} {% assign i_bg_image = '' %} {% capture i_bg_image %}{% picture open_graph_1920 pages/{{ page.industry_section4.i_bg_image}} %}{% endcapture %} {% endif %}

{{page.industry_section4.t_headline}}

{% if page.industry_section4.t_subheadline %}

{{page.industry_section4.t_subheadline}}

{% endif %} {{page.industry_section4.t_btn}} {% if page.industry_section4.i_btn_icon %} {% capture btn_icon %}{% picture open_graph pages/{{ page.industry_section4.i_btn_icon }} %}{% endcapture %} {{ page.industry_section4.i_btn_icon | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }} {% endif %}
{% if page.industry_section4.i_main_image %} {%- assign clean_image = page.industry_section4.i_main_image | replace: '', '' | replace: '​', '' | replace: '%E2%80%8B', '' -%} {%- capture main_image -%} {% picture open_graph pages/{{ clean_image }} %} {%- endcapture -%} {{ clean_image
                | remove: '.png'
                | remove: '.jpg'
                | remove: '.webp'
                | replace: '-', ' '
                | replace: '_', ' '
              }} {% endif %}