{{page.why_payroll_questions.t_headline}}

{{page.why_payroll_questions.t_subheadline}}

{% for items in page.why_payroll_questions.why_payroll_questions_items %}

{{items.t_headline}}

    {% for question in items.payroll_questions_items %}
  • {% if question.i_icon %} {% picture platformicon pages/{{ question.i_icon }} alt="{{ question.t_title | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="mcd-hero-img" %} {% endif %}

    {{question.t_title}}

  • {% endfor %}
{% if items.i_image %} {% picture platformicon pages/{{ items.i_image }} alt="{{ items.t_headline | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="mcd-hero-img" %} {% endif %}
{% endfor %}