description = "Team 1 Section" [viewBag] ==
{% if data.section_team1_header or data.section_team1_subheader %}

{{ data.section_team1_header }}

{{ data.section_team1_subheader }}
{% endif %}
{% set aos = ['flip-left', 'flip-up', 'flip-right', 'flip-left', 'flip-down', 'flip-right'] %} {% for fields in data.section_team1 %}
{% if data.section_team1_hover %}
    {% for social in fields.section_team1_social %}
  • {% endfor %}
{% endif %}
{{ fields.section_team1_title }}
{{ fields.section_team1_subtitle }}

{{ fields.section_team1_desc }}

{% if data.section_team1_hover == 0 %}
    {% for social in fields.section_team1_social %}
  • {% endfor %}
{% endif %}
{% endfor %}