{% extends "@molecules/tiles/tile.twig" %}

  {% block tile_content %}
  
    {% grid %}
      {% cell "u-1/1 u-1/2@small" %}
        <h1>Global Leaders Modernize with Pega Government Software</h1>
    {%  include "atoms-blockquote" with {
    blockquote: {
      text: "See that manual process? In 40 hours it will change. That gets them excited because everyone’s had the frustration of the two- to four-year project.",
      author_name: "Jim Smith",
      author_title: "CIO, State of Maine<"
    }
    } %}
        
        <a href="/insights/resources/applications-delivered-40-hours" target="_blank" class="ind-hero-click">Learn more</a>
        
      {% endcell %}
    {% endgrid %}
  
    
  
  {% endblock %}

  