{{ page.mobile.hero_title }}

{{ page.mobile.hero_subtitle }}

{{ page.mobile.schedule_demo_cta }}
{% if page.mobile.mobile_hero_img %} {% picture hero_600 mobile/{{ page.mobile.mobile_hero_img }} alt="{{ page.mobile.mobile_hero_img | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="mcd-hero-img" %} {% endif %}
{% for item in page.mobile.mobile_features %}
{% if item.feature_img %} {% picture width_500 mobile/{{item.feature_img}} alt="{{item.feature_img | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" %} {% endif %}

{{ item.feature_title }}

{{ item.feature_subtitle }}

{{ item.schedule_demo_cta }}
{% endfor %}