

.container {
  margin-left: 8%;
  width: 84%;
}

p {
  color: #313131;
}

ul.two-rows {
  margin: 0;
}
ul.two-rows::after {
  clear: both;
}
ul.two-rows li {
  font-family: 'Lato', sans-serif;
  float: left;
  width: 50%;
}
ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, '.') '. ';
  display: table-cell;
  padding-right: 0.6em;
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, '.') ' ';
}
div.legal {
  padding: 0.5rem 0;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #666;
}
.one-third {
  display: inline-block;
  width: 33%;
  box-sizing: border-box;
}
b, strong {
  font-weight: 600;
}
.policy-container h1, .policy-container h2, .policy-container h3, .policy-container h4, .policy-container h5 {
  color: #32302f;
  margin-bottom: 2rem;
}
.policy-container p {
  font-size: 1.2rem;
}
.policy-container ul{
  list-style: unset ;
}

.policy-container h3, .policy-container h4, .policy-container h5 {
  font-size: 1.7rem;
}

.policy-container h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1;
}
.policy-container h1 {
  font-size: 3rem;
}