description = "Features 16 Section" [viewBag] ==
{% if data.section_features16_header or data.section_features16_subheader %}

{{ data.section_features16_header }}

{{ data.section_features16_subheader }}
{% endif %}
{% set size_1 = data.section_features16_size %} {% set size_2 = 12 - size_1 %} {% for fields in data.section_features16 %} {% if fields.section_features16_type == 'list' %}
{% set dur = ['1000', '2000', '3000'] %} {% for list in fields.section_features16_list %}
{% if fields.section_features16_list_align == "text-left" %}
{% endif %}

{% if list.section_features16_list_link is empty %} {{ list.section_features16_list_title }} {% else %} {{ list.section_features16_list_title }} {% endif %}

{{ list.section_features16_list_desc }}
{% if fields.section_features16_list_align == "text-right" %}
{% endif %}
{% endfor %}
{% endif %} {% if fields.section_features16_type == 'image' %}
{% endif %} {% endfor %}