<section class="content-block template-free-form">
    <div class="grid-container">
        <div class="grid-x align-middle align-justify">
            <div class="cell medium-6 has-horz-paddings small-order-2">
                <div class="cell__inner">
                    <header class="module header">
                        <p class=" p-tag">Join Neato</p>
                        <h3>Are you Neato material?</h3>
                    </header>
                    <div class="module text-editor mt-xs">
                        <p>Whether you’re a brand amplification bruiser or savant, we’re looking for experts who bring substance and style to everything they do.</p>
                    </div>
                    <div class="module buttons">
                        <a href="/nto#" class="button button--primary">Join the team</a>
                    </div>
                </div>
            </div>
            <div class="cell medium-6 small-order-1">
                <div class="cell__inner">
                    <picture class="module image image--rounded image--shadow">
                        <img src="/nto/assets/images/cms/join.jpg" alt="" class="image__main">
                    </picture>
                </div>
            </div>
        </div>
    </div>
</section>
{{ template("free-form", {
  "innerContent": "templates/free-form/context/col-2-are-you-neato-material.njk"
}) }}