Testimonials

Testimonial Set One

ready
<div class="ds-block ds-block--wide">

    <div class="ds-testimonial-set">
        {% include_relative testimonial-woman.html %}
    </div>

</div>

Testimonial Set 2

ready
<div class="ds-block ds-block--wide">

    <div class="ds-testimonial-set">
        {% include_relative testimonial-woman.html %}

        {% include_relative testimonial-man.html %}
    </div>

</div>

Testimonial Set

ready
<div class="ds-block ds-block--wide">

    <div class="ds-testimonial-set">
        {% include_relative testimonial-woman.html %}

        {% include_relative testimonial-man.html %}

        {% include_relative testimonial-woman.html %}
    </div>

</div>

Testimonial Set

ready
<div class="ds-block ds-block--wide">

    <div class="ds-testimonial-set">
        {% include_relative testimonial-woman.html %}

        {% include_relative testimonial-man.html %}

        {% include_relative testimonial-woman.html %}

        {% include_relative testimonial-man.html %}
    </div>

</div>