description = "Features 1 Section" [viewBag] ==
{% if data.section_features1_header or data.section_features1_subheader %}

{{ data.section_features1_header }}

{{ data.section_features1_subheader }}
{% endif %}
{% set aos = ['fade-right', 'fade-left'] %} {% set border = ['border-b-1 border-r-1 border-black-10', 'border-b-1 border-black-10'] %} {% for fields in data.section_features1 %} {% set counter = loop.length - 1 %}
{% if fields.section_features1_icon %}
{% endif %}
{% if fields.section_features1_link is empty %} {{ fields.section_features1_title }} {% else %} {{ fields.section_features1_title }} {% endif %}

{{ fields.section_features1_desc }}

{% endfor %}