{% for item in include.inside_columns %} {% if item._type == 'text' %}

{{ item.top_left_title }}

{{ item.top_left_description_html }}
{% if item.top_left_button_url and item.top_left_button_text %} {% if item.color_background == 'bg-dark' %} {{item.top_left_button_text}} White arrow pointing right {% else %} {{item.top_left_button_text}} Black arrow pointing right {% endif %} {% endif %}

{{ item.bottom_right_title }}

{{ item.bottom_right_description_html }}
{% if item.bottom_right_button_url and item.bottom_right_button_text %} {% if item.color_background == 'bg-dark' %} {{item.bottom_right_button_text}} White arrow pointing right {% else %} {{item.bottom_right_button_text}} Black arrow pointing right {% endif %} {% endif %}
{% elsif item._type == 'image' %}
{{item.alt}}
{% elsif item._type == 'custom-video' %}
{% elsif item._type == 'vimeo-video' %}
{% endif %} {% endfor %}