.typography ul{
  margin-left:20px;
  margin-bottom:20px;
}

.content h1,
.typography h1{
  font-size: 25px;
  letter-spacing: -1px;
  font-weight:bold;
  margin-bottom: 20px;
}
.content h2,
.typography h2{
  font-size: 21px;
  font-weight:bold;
 margin-bottom: 15px;
}
.content h3,
.typography h3{
  font-size: 16px;
  font-weight:bold;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.content h4,
.typography h4{
  font-size: 14px;
  font-weight:bold;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.content h5,
.typography h5{
  font-size: 12px;
  letter-spacing: -1px;
  font-weight:bold;
  margin-bottom: 10px;
}
.content h6,
.typography h6{
  font-size: 10px;
  letter-spacing: -1px;
  font-weight:bold;
  margin-bottom: 10px;
}