.g-cover {
  background-image: url(/j3a/images/naire/petbottle/g-cover-petbottle.png);
}
.font-naire {
  color: #f79413;
}
.font-naire-sub {
  color: #f8d16f;
}
ol.point-list {
  counter-reset: li;
  list-style: none;
}
ol.point-list > li {
  position: relative;
  margin: 3px 5px 6px 20px;
  padding-left: 20px;
}
ol.point-list > li:before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  color: #f79413;
  font-size: 32px;
  font-weight: 800;
  top: -10px;
  left: -32px;
  width: 2em;
  text-align: center;
}
ol.point-list.small > li {
  margin: 3px 5px 6px 20px;
  padding-left: 20px;
}
ol.point-list.small > li:before {
  color: inherit;
  font-weight: 800;
  top: 0;
  left: -0.5em;
  width: 2em;
  text-align: center;
}
.list-hd, ol.point-list.small > li:before {
  margin-bottom: 20px !important;
  font-size: 18px !important;
  line-height: 2.5 !important;
}
.list-hd.low, ol.point-list.small > li.low:before {
  margin-bottom: 0 !important;
}