description = "Features 6 Section" [viewBag] ==
{% if data.section_features6_header or data.section_features6_subheader %}

{{ data.section_features6_header }}

{{ data.section_features6_subheader }}
{% endif %}
{% set size_1 = data.section_features6_size %} {% set size_2 = 12 - size_1 %}
{% if data.section_features6_title %}

{{ data.section_features6_title }}

{% endif %} {% if data.section_features6_subtitle %}

{{ data.section_features6_subtitle }}

{% endif %} {% if data.section_features6_desc %}

{{ data.section_features6_desc }}

{% endif %}
{% for fields in data.section_features6_list %}
{% if fields.section_features6_list_icon %}{% endif %}
{% if fields.section_features6_list_link is empty %} {{ fields.section_features6_list_title }} {% else %} {{ fields.section_features6_list_title }} {% endif %}

{{ fields.section_features6_list_desc }}

{% endfor %}
{% set aos = ['fade-down', 'fade-left', 'fade-right', 'fade-up'] %}
{% for fields in data.section_features6_images %} {% if loop.revindex0 % 2 %}
{% endif %} {% endfor %}
{% for fields in data.section_features6_images %} {% if loop.index0 % 2 %}
{% endif %} {% endfor %}