<div data-module="highlightList" class="highlight-list">
    <h3 class="highlight-list__title"> 3 top tips: Driving in Ireland</h3>
    <div class="grid-x">
        <div class="highlight-item cell">
            <div class="highlight-item__heading">
                <div class="highlight-item__label">
                    <span class="highlight-item__number">1</span>
                </div>
                <div class="highlight-item__title">Cars on the island of Ireland drive on the left-hand side of the road.</div>
            </div>
            <div class="highlight-item__description">Anyone planning to travel around Ireland by road, it is essential to be prepared. The information contained here will provide a broad background to road laws in both the Republic of Ireland and Northern Ireland (the island of Ireland). It also contains several useful links to official bodies where further information can be sourced.</div>
        </div>
        <div class="highlight-item cell">
            <div class="highlight-item__heading">
                <div class="highlight-item__label">
                    <span class="highlight-item__number">2</span>
                </div>
                <div class="highlight-item__title">Signposts in Gaeltacht (Irish speaking) areas are written in Irish (Gaelic).</div>
            </div>
            <div class="highlight-item__description">Anyone planning to travel around Ireland by road, it is essential to be prepared. The information contained here will provide a broad background to road laws in both the Republic of Ireland and Northern Ireland (the island of Ireland). It also contains several useful links to official bodies where further information can be sourced.</div>
        </div>
        <div class="highlight-item cell">
            <div class="highlight-item__heading">
                <div class="highlight-item__label">
                    <span class="highlight-item__number">3</span>
                </div>
                <div class="highlight-item__title">To drive, you will need either a full valid national driving license or an international driving permit.</div>
            </div>
            <div class="highlight-item__description">Anyone planning to travel around Ireland by road, it is essential to be prepared. The information contained here will provide a broad background to road laws in both the Republic of Ireland and Northern Ireland (the island of Ireland). It also contains several useful links to official bodies where further information can be sourced.</div>
        </div>
    </div>
</div>
<div data-module="highlightList" class="highlight-list">
    {{#if title}}<h3 class="highlight-list__title">{{{title}}}</h3>{{/if}}
    <div class="grid-x">
        {{#each items}}
            {{> @cp-highlight-item}}
        {{/each}}
    </div>
</div>
{
  "title": " 3 top tips: Driving in Ireland",
  "items": [
    {
      "index": "1",
      "title": "Cars on the island of Ireland drive on the left-hand side of the road.",
      "description": "Anyone planning to travel around Ireland by road, it is essential to be prepared. The information contained here will provide a broad background to road laws in both the Republic of Ireland and Northern Ireland (the island of Ireland). It also contains several useful links to official bodies where further information can be sourced."
    },
    {
      "index": "2",
      "title": "Signposts in Gaeltacht (Irish speaking) areas are written in Irish (Gaelic).",
      "description": "Anyone planning to travel around Ireland by road, it is essential to be prepared. The information contained here will provide a broad background to road laws in both the Republic of Ireland and Northern Ireland (the island of Ireland). It also contains several useful links to official bodies where further information can be sourced."
    },
    {
      "index": "3",
      "title": "To drive, you will need either a full valid national driving license or an international driving permit.",
      "description": "Anyone planning to travel around Ireland by road, it is essential to be prepared. The information contained here will provide a broad background to road laws in both the Republic of Ireland and Northern Ireland (the island of Ireland). It also contains several useful links to official bodies where further information can be sourced."
    }
  ]
}

There are no notes for this item.