{% if sections.faq.background.media %}
FAQ Background {% if sections.faq.background.overlay %}
{% endif %}
{% endif %}
{{ sections.faq.subtitle | default('Frequently Asked Questions') }}

{{ sections.faq.title }}

{{ sections.faq.subtitle }}

{% for item in sections.faq.items %}

{{ item.answer }}

{% endfor %}