<section class="content-block template-masthead bg-black bg-dark">
    <div class="grid-container">
        <div class="grid-x align-middle">
            <div class="cell medium-6 has-horz-paddings">
                <div class="cell__inner">
                    <header class="module header">
                        <p class=" p-tag">Our Tech</p>
                        <h2>put our tech to work.</h2>
                    </header>
                    <div class="module text-editor mt-xs">
                        <p>Neato’s Impact software is your portal into everything we do to amplify your brand, fine-tuned for ease of use, to make checking your brand and sales growth as pleasurable as scanning through a booming stock portfolio.</p>
                    </div>
                    <div class="module buttons">
                        <a href="/nto#" class="button button--down js-scroll-down">Scroll down</a>
                    </div>
                </div>
            </div>
            <div class="cell medium-6">
                <div class="cell__inner">
                    <picture class="module image">
                        <img src="/nto/assets/images/cms/tech-img.png" alt="" class="image__main">
                    </picture>
                </div>
            </div>
        </div>
    </div>
</section>
{{ template("masthead", {
  "innerContent": "templates/masthead/context/cols-2.njk",
  "class": "bg-dark",
  "bg": {
    "color": "black"
  },
  "headers": [
    {
      "tag": "p",
      "class": "p-tag",
      "text": "Our Tech"
    },
    {
      "tag": "h2",
      "text": "put our tech to work."
    }
  ],
  "text": "<p>Neato’s Impact software is your portal into everything we do to amplify your brand, fine-tuned for ease of use, to make checking your brand and sales growth as pleasurable as scanning through a booming stock portfolio.</p>",
  "buttons": [
    {
      "label": "Scroll down",
      "type": "button--down js-scroll-down",
      "url": "#"
    }
  ],
  "image": "/assets/images/cms/tech-img.png"
}) }}