{{ sections.services.title }}

{% if sections.services.subtitle %}

{{ sections.services.subtitle }}

{% endif %}
{% for service in sections.services.items %}
{% if service.icon %}
{% endif %}

{{ service.title }}

{{ service.description }}

{% if service.features %}
    {% for feature in service.features %}
  • {{ feature }}
  • {% endfor %}
{% endif %} {% if service.price %}
{{ service.price }}
{% endif %} {% if service.cta %} {{ service.cta.label }} {% endif %}
{% endfor %}