.h1 {
  font-size: 36px;
}
.h2 {
  font-size: 30px;
}
.h3 {
  font-size: 24px;
}
.h4 {
  font-size: 18px;
}
.h5 {
  font-size: 14px;
}
.h6 {
  font-size: 12px;
}

.h1,.h2,.h3 {
  margin-bottom: 10px !important;
  margin-top: 20px !important;
  text-align:left !important;
}

.h4,.h5,.h6 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  text-align:left !important;
}