<%= @text['intro'] %>
<%= @text['next_with_decline'] %>
</p>
+<h3><%= @text['introduction'] %></h3>
<ol>
<li>
<p><%= @text['section_1'] %></p>
</ol>
<% end %>
</li>
- <h3><%= @text['rights_granted'] %></h3>
+</ol>
+<h3><%= @text['rights_granted'] %></h3>
+<ol start="2">
<li>
<p><%= @text['section_2'] %></p>
</li>
<li>
<p><%= @text['section_5'] %></p>
</li>
- <h3><%= @text['limitation_of_liability'] %></h3>
+</ol>
+<h3><%= @text['limitation_of_liability'] %></h3>
+<ol start="6">
<li>
<ol>
<li><p><%= @text['section_6_1'] %></p></li>
<li><p><%= @text['section_6_2'] %></p></li>
</ol>
</li>
- <h3><%= @text['miscellaneous'] %></h3>
+</ol>
+<h3><%= @text['miscellaneous'] %></h3>
+<ol start="7">
<li>
<p id="last"><%= @text['section_7'] %></p>
</li>