{% if sections.service_features.badge %} {{ sections.service_features.badge }} {% endif %}

{{ sections.service_features.title }}

{{ sections.service_features.subtitle }}

{% if sections.service_features.layout == 'alternating' %}
{% for feature in sections.service_features.items %}
{% if feature.badge %} {{ feature.badge }} {% endif %}

{{ feature.title }}

{{ feature.description }}

{% if feature.benefits %}
    {% for benefit in feature.benefits %}
  • {{ benefit.title }}

    {{ benefit.description }}

  • {% endfor %}
{% endif %} {% if feature.cta_url and feature.cta_text %} {% endif %}
{% if feature.image %}
{{ feature.title }}
{% endif %}
{% endfor %}
{% elif sections.service_features.layout == 'grid' %}
{% for feature in sections.service_features.items %}

{{ feature.title }}

{{ feature.description }}

{% if feature.image %}
{{ feature.title }}
{% endif %} {% if feature.cta_url and feature.cta_text %} {% endif %}
{% endfor %}
{% else %}
{% for feature in sections.service_features.items %}
{% if feature.image %}
{{ feature.title }}
{% endif %}
{% if feature.badge %} {{ feature.badge }} {% endif %}

{{ feature.title }}

{{ feature.description }}

{% if feature.benefits %}
    {% for benefit in feature.benefits %}
  • {{ benefit }}
  • {% endfor %}
{% endif %} {% if feature.cta_url and feature.cta_text %} {% endif %}
{% endfor %}
{% endif %} {% if sections.service_features.cta %}

{{ sections.service_features.cta.title }}

{{ sections.service_features.cta.description }}

{% for button in sections.service_features.cta.buttons %} {% if button.icon %} {% endif %} {{ button.label }} {% endfor %}
{% endif %}