.guide h2 {
  font-weight: 700 !important;
}
.guide h2:not(.mt-0) {
  margin-top: 35px !important;
}
.guide h2,
.guide h3 {
  text-align: left;
}
.guide p {
  font-size: 1.15em;
}
.guide ol,
.guide ul {
  padding-left: 20px !important;
  margin-bottom: 20px;
}
.guide ul li {
  font-size: 1.15em !important;
  margin-bottom: 4px !important;
}
.guide ol li {
  font-size: 1.25em !important;
  line-height: 1.3;
}
.guide a {
  color: #FF512F;
  text-decoration: underline;
}
