{{page.features_and_challenges.t_subheadline}}

{% for items in page.features_and_challenges.features_common %}

{{items.t_headline}}

{{items.t_subheadline}}

{% if items.t_quote_active == true %}

{{items.t_quote_section.t_subheadline}}

{{items.t_quote_section.t_headline}}

{% if items.t_quote_section.i_quote_icon %}
{% picture platformicon pages/{{ items.t_quote_section.i_quote_icon }} alt="{{ quote image | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="mcd-hero-img" %}
{% endif %}
{% endif %}
{% endfor %}