{% if include.image_placement == 'right' %}
{% for item in include.list %}

{{item.heading}}

{% if item.subtitle %}

{{item.subtitle}}

{% endif %} {{item.text_html}} {% if item.split_text %} {% for text in item.split_text %} {% if text.large_letter or text.subtitle or text.body_text %} {% assign has_content = true %} {% endif %} {% endfor %} {% endif %} {% if has_content %} {% for text in item.split_text %} {% if text.large_letter or text.subtitle or text.body_text %}

{{text.large_letter}}

{{text.subtitle}}

{{text.body_text}}

{% endif %} {% endfor %} {% endif %} {% if include.color_background == 'bg-dark' %} {% if item.button_text and item.button_url %} {{item.button_text}} White arrow pointing right {% endif %} {% else %} {% if item.button_text and item.button_url %} {{item.button_text}} Black arrow pointing right {% endif %} {% endif %}
{% endfor %}
{% if include.mobile_overlay_shade == 'white' %}
{% elsif include.mobile_overlay_shade == 'black' %}
{% endif %} {{include.alt_text}}

{{include.floating_heading}}

{% elsif include.image_placement == 'left' %}
{% if include.mobile_overlay_shade == 'white' %}
{% elsif include.mobile_overlay_shade == 'black' %}
{% endif %} {{include.alt_text}}

{{include.floating_heading}}

{% for item in include.list %}

{{item.heading}}

{% if item.subtitle %}

{{item.subtitle}}

{% endif %} {{item.text_html}} {% if item.split_text %} {% for text in item.split_text %} {% if text.large_letter or text.subtitle or text.body_text %} {% assign has_content = true %} {% endif %} {% endfor %} {% endif %} {% if has_content %} {% for text in item.split_text %} {% if text.large_letter or text.subtitle or text.body_text %}

{{text.large_letter}}

{{text.subtitle}}

{{text.body_text}}

{% endif %} {% endfor %} {% endif %} {% if include.color_background == 'bg-dark' %} {% if item.button_text and item.button_url %} {{item.button_text}} White arrow pointing right {% endif %} {% else %} {% if item.button_text and item.button_url %} {{item.button_text}} Black arrow pointing right {% endif %} {% endif %}
{% endfor %}
{% endif %}