p,
li {
  font-size: 18px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
}
p:not(li),
li:not(li) {
  margin-bottom: 32px;
}
p strong,
p b,
li strong,
li b {
  font-weight: 700;
}
p a,
li a {
  font-weight: 400;
}
h3 {
  font-size: 23px;
  line-height: 28px;
  margin: 25px 0 18px;
  color: #313131;
  font-weight: 900;
}
.legacy p {
  color: #4a4a4a;
}
@media screen and (min-width: 767px) {
  h3 {
    margin: 35px 0 18px;
  }
}