{% if data.section_portfoliodetails1_header or data.section_portfoliodetails1_subheader %}
{{ data.section_portfoliodetails1_header }}
{{ data.section_portfoliodetails1_subheader }}
{% endif %}
{% set total = 12 %}
{% set size_1 = data.section_portfoliodetails1_size %}
{% set size_2 = total - size_1 %}
{% set size_3 = data.section_portfoliodetails1_isize %}
{% set size_4 = total - size_3 %}
{% if size_1 == 12 %}
{% set size_2 = total %}
{% else %}
{% set size_3 = total %}
{% set size_4 = total %}
{% endif %}
{% if data.section_portfoliodetails1_type == 'image' %}
{% if data.section_portfoliodetails1_images|length <= 1 %}
{% for fields in data.section_portfoliodetails1_images %}
{% endfor %}
{% else %}
{% for fields in data.section_portfoliodetails1_images %}
{% endfor %}
{% for fields in data.section_portfoliodetails1_images %}