{% if section.settings.kicker != blank %}
{% if section.blocks.size > 0 %}
{{ section.settings.kicker }}
{% endif %} {% if section.settings.title != blank %}
{{ section.settings.title }}
{% endif %} {% if section.settings.desc != blank %}{{ section.settings.desc }}
{% endif %}{% for block in section.blocks %} {% case block.type %} {% when 'service_card' %}
{% endcase %} {% endfor %}
{% endif %}
{{ block.settings.title }}
{{ block.settings.text }}
{{ section.settings.point_1_title }} {{ section.settings.point_1_text }}
{{ section.settings.point_2_title }} {{ section.settings.point_2_text }}
{{ section.settings.point_3_title }} {{ section.settings.point_3_text }}
{{ section.settings.cta_title }}
{{ section.settings.cta_text }}
{% if section.settings.primary_btn_label != blank and section.settings.primary_btn_link != blank %} {{ section.settings.primary_btn_label }} {% endif %} {% if section.settings.secondary_btn_label != blank and section.settings.secondary_btn_link != blank %} {{ section.settings.secondary_btn_label }} {% endif %}