#freeContent h1{
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 30px;
  color: rgb(36, 107, 96);
}

#freeContent h2{
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 20px;
  color: rgb(36, 107, 96);
}

#freeContent blockquote{
  background-color: #246B60;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: rgb(245, 245, 245);
  margin-top: 10px;
  margin-bottom: 10px;
}

#freeContent p{
  padding-top: 5px;
  padding-bottom: 5px;
}

#freeContent a{
  text-decoration-line: underline;
}

#freeContent ol{
  list-style: decimal;
}

#freeContent ul{
  list-style: disc;
}

#freeContent img{
  margin-top: 5px;
  margin-bottom: 5px;
  object-fit: cover;
  width: 100%;
}