#contentRight h1, #contentRight h2, #contentRight h3, #contentRight h4, #contentRight h5, #contentRight h6 {
  line-height: 1.8;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 2%;
}

 #contentRight h3{
  font-size: 1.4em;
}

#contentRight p{
  max-width: 700px;
  line-height: 1.8;
  font-size: 18px;
  padding-left: 5%;
  word-break: keep-all;
}

#contentRight ol, #contentRight ul {
  padding-left: 5%;
}

#contentRight ol li, #contentRight ul li {
  max-width: 700px;
  line-height: 2.4;
  font-size: 18px;
  word-break: keep-all;
}