{% grid "o-grid--flex" %}
  {% cell "u-1/1 u-1/2@tiny u-1/3@small u-margin-bottom" %}
    {% embed "@molecules/tiles/tile.twig" with {
      tile: {
        classes: "t-decisionHub"
      }
    } %}
      {% block tile_content %}
        {% include "@atoms/typography/headings/h2.twig" with {
          header: {
            text: "Example Header",
          },
          icon: {
            name: "case-study"
          }
        } %}
        <p>{{ excerpt.short }}</p>
        {% include "@atoms/buttons/button.twig" with {
          button: {
            text: "Learn More",
            classes: "c-button--flat"
          }
        } %}
      {% endblock %}
    {% endembed %}
  {% endcell %}
  
  {% cell "u-1/1 u-1/2@tiny u-1/3@small u-margin-bottom" %}
    {% embed "@molecules/tiles/tile.twig" with {
      tile: {
        classes: "t-academy"
      }
    } %}
      {% block tile_content %}
        {% include "@atoms/typography/headings/h2.twig" with {
          header: {
            text: "Example Header #2",
          },
          icon: {
            name: "case-study"
          }
        } %}
        <p>{{ excerpt.short }}</p>
        {% include "@atoms/buttons/button.twig" with {
          button: {
            text: "Learn More",
            classes: "c-button--flat"
          }
        } %}
      {% endblock %}
    {% endembed %}
  {% endcell %}
  
  {% cell "u-1/1 u-1/2@tiny u-1/3@small u-margin-bottom" %}
    {% embed "@molecules/tiles/tile.twig" with {
      tile: {
        classes: "t-platform"
      }
    } %}
      {% block tile_content %}
        {% include "@atoms/typography/headings/h2.twig" with {
          header: {
            text: "Example Header #3",
          },
          icon: {
            name: "case-study"
          }
        } %}
        <p>{{ excerpt.short }}</p>
        {% include "@atoms/buttons/button.twig" with {
          button: {
            text: "Learn Even More",
            classes: "c-button--flat"
          }
        } %}
      {% endblock %}
    {% endembed %}
  {% endcell %}
  
  
  {% cell "u-1/1 u-1/2@tiny u-1/3@small u-margin-bottom" %}
    {% embed "@molecules/tiles/tile.twig" with {
      tile: {
        classes: "t-coBrowse"
      }
    } %}
      {% block tile_content %}
        {% include "@atoms/typography/headings/h2.twig" with {
          header: {
            text: "Example Header #4",
          },
          icon: {
            name: "case-study"
          }
        } %}
        <p>{{ excerpt.short }}</p>
        {% include "@atoms/buttons/button.twig" with {
          button: {
            text: "Learn More",
            classes: "c-button--flat"
          }
        } %}
      {% endblock %}
    {% endembed %}
  {% endcell %}
  
  {% cell "u-1/1 u-1/2@tiny u-1/3@small u-margin-bottom" %}
    {% embed "@molecules/tiles/tile.twig" with {
      tile: {
        classes: "t-customerService"
      }
    } %}
      {% block tile_content %}
        {% include "@atoms/typography/headings/h2.twig" with {
          header: {
            text: "Example Header #5",
          },
          icon: {
            name: "case-study"
          }
        } %}
        <p>{{ excerpt.short }}</p>
        {% include "@atoms/buttons/button.twig" with {
          button: {
            text: "Learn More",
            classes: "c-button--flat"
          }
        } %}
      {% endblock %}
    {% endembed %}
  {% endcell %}
  
  {% cell "u-1/1 u-1/2@tiny u-1/3@small u-margin-bottom" %}
    {% embed "@molecules/tiles/tile.twig" with {
      tile: {
        classes: "t-fieldService"
      }
    } %}
      {% block tile_content %}
        {% include "@atoms/typography/headings/h2.twig" with {
          header: {
            text: "Example Header #6",
          },
          icon: {
            name: "case-study"
          }
        } %}
        <p>{{ excerpt.short }}</p>
        {% include "@atoms/buttons/button.twig" with {
          button: {
            text: "Learn More",
            classes: "c-button--flat"
          }
        } %}
      {% endblock %}
    {% endembed %}
  {% endcell %}
  
  
  {% cell "u-1/1 u-1/2@tiny u-1/3@small u-margin-bottom" %}
    {% embed "@molecules/tiles/tile.twig" with {
      tile: {
        classes: "t-decisionHub"
      }
    } %}
      {% block tile_content %}
        {% include "@atoms/typography/headings/h2.twig" with {
          header: {
            text: "Example Header",
          },
          icon: {
            name: "case-study"
          }
        } %}
        <p>{{ excerpt.short }}</p>
        {% include "@atoms/buttons/button.twig" with {
          button: {
            text: "Learn More",
            classes: "c-button--flat"
          }
        } %}
      {% endblock %}
    {% endembed %}
  {% endcell %}
  
{% endgrid %}
