description = "Features 2 Section" [viewBag] == {% set size_1 = data.section_features2_size %} {% set size_2 = 12 - size_1 %}

{{ data.section_features2_title }}

{{ data.section_features2_desc }}

    {% for fields in data.section_features2_list %}
  • {{ fields.section_features2_list_title }}
  • {% endfor %}
{% if data.section_features2_btn_link is not empty %} {{ data.section_features2_btn_label }} {% endif %}