<section class="content-block template-free-form bg-pink">
    <div class="grid-container">
        <div class="grid-x align-middle">
            <div class="cell medium-6">
                <div class="cell__inner">
                    <picture class="module image">
                        <img src="/nto/assets/images/cms/placeholder2.svg" alt="" class="image__main">
                    </picture>
                </div>
            </div>
            <div class="cell medium-6 has-horz-paddings">
                <div class="cell__inner">
                    <header class="module header">
                        <h4>Is data important to you?</h4>
                    </header>
                    <div class="module text-editor mt-xs">
                        <p>Data is a tool, not a marketing strategy. Some companies treat data like a magic bullet, but it’s a tool like any other. We use data to do things and gain insights. Useful things, like craft unforgettable online experiences for your brand. We don’t wave data around to show off, because that doesn’t add value for you. Besides, we value your time (and ours) too much. </p>
                    </div>
                    <div class="module buttons">
                        <a href="/nto#" class="button button--primary">Lets Grow</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
{{ template("free-form", {
  "bg": {
    "color": "pink"
  },
  "innerContent": "templates/free-form/context/col-2-is-data-important.njk"
}) }}