<section class="descriptionset flex-grid">
    <div>

        <div class="description-wrapper">
            <div class="description">
                <div class="description-title">
                    <h3>Convenience</h3>
                </div>
                <p class="description-description">Access our Healthcare Providers from home, work, school, event, or wherever</p>
            </div>
        </div>
    </div>
    <div>

        <div class="description-wrapper">
            <div class="description">
                <div class="description-title">
                    <h3>Cost Savings</h3>
                </div>
                <p class="description-description">You are only charged once the consultation is complete</p>
            </div>
        </div>
    </div>
    <div>

        <div class="description-wrapper">
            <div class="description">
                <div class="description-title">
                    <h3>Insurance</h3>
                </div>
                <p class="description-description">We will work with your doctor when possible to get your care report faxed to them after your visit at your request</p>
            </div>
        </div>
    </div>
</section>
<section class="descriptionset flex-grid">
  {{#each descriptionset}}
   <div>
     {{> @description }}
   </div>
   {{/each}}
</section>
{
  "descriptionset": [
    {
      "description-title": "Convenience",
      "description-description": "Access our Healthcare Providers from home, work, school, event, or wherever"
    },
    {
      "description-title": "Cost Savings",
      "description-description": "You are only charged once the consultation is complete"
    },
    {
      "description-title": "Insurance",
      "description-description": "We will work with your doctor when possible to get your care report faxed to them after your visit at your request"
    }
  ],
  "main-logo": "/images/COL_Logo_Full_2ColorBig.png",
  "site-title": "Care on Location",
  "year": 2017,
  "nav-items": [
    {
      "nav-item-link": "#",
      "nav-item-title": "Services",
      "classes": "has-sub-menu",
      "sub-nav-items": [
        {
          "nav-item-link": "#",
          "nav-item-title": "Video Care Consult"
        },
        {
          "nav-item-link": "#",
          "nav-item-title": "Assisted Video Care Consult"
        },
        {
          "nav-item-link": "#",
          "nav-item-title": "On Location Care Consult"
        }
      ]
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "Providers"
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "Partners"
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "About"
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "FAQ"
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "News"
    }
  ],
  "org-address": "111 N. 1st St. <br /> Denver, CO 80204",
  "org-phone": "303-111-1111",
  "socials": [
    {
      "social": "facebook",
      "social-url": "https://www.facebook.com"
    },
    {
      "social": "twitter",
      "social-url": "https://www.twitter.com"
    },
    {
      "social": "google-plus",
      "social-url": "https://plus.google.com"
    }
  ]
}

There are no notes for this item.