{% for item in include.columns %} {% if item._type == "image" %}
{{ item.alt }}
{% endif %} {% if item._type == "text" %}
{% if item.subtitle %}
{{ item.subtitle }}
{% endif %} {% if item.title_html %}

{{ item.title_html }}

{% endif %} {% if item.text_style == "bullets" %}
    {% for bullet in item.bullet_items %}
  • {% if bullet.heading %}

    {{ bullet.heading }}

    {% endif %}

    {{ bullet.text }}

  • {% endfor %}
{% else %}
{{ item.description_html }}
{% endif %} {% if item.button_url and item.button_text %} {% endif %}
{% endif %} {% endfor %}