.tcl-text h1,
.tcl-text h2,
.tcl-text h3,
.tcl-text h4,
.tcl-text h5,
.tcl-text h6 {
  margin-bottom: 20px;
}
.tcl-text ol {
  list-style: decimal;
  padding-left: 18px;
}
.tcl-text ul {
  list-style: disc;
  padding-left: 18px;
}
.tcl-text p,
.tcl-text ul,
.tcl-text ol {
  margin-bottom: 20px;
}
.tcl-text p:last-child,
.tcl-text ul:last-child,
.tcl-text ol:last-child {
  margin-bottom: 0;
}