.hb-title-catalog{
  line-height: 1.5;
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: bold;
}
.hb-title-h3{
  line-height: 1.5;
  font-size: 20px;
  margin-top: 14px;
  margin-bottom: 14px;
  font-weight: bold;
}
.hb-supplement{
  background-color: rgb(255, 248, 240);
  border: 1px solid #f88955;
  color: rgb(0, 0, 0);
  padding: 16px 16px 16px 46px;
}
.hb-blockquote{
  padding-left: 12px;
  border-left: 2px solid #f88955;
  color: rgb(100, 106, 115);
  margin-top: 10px;
  margin-bottom: 10px;
}
.hd-separator-line{
  display: block;
  box-sizing: content-box;
  padding: 12px 0px;
  margin: 20px 0px;
  overflow: hidden;
  height: 1px;
  background-origin: content-box;
  background-image: linear-gradient(90deg, rgb(187, 191, 196), rgb(187, 191, 196));
  background-repeat: no-repeat;
  border: 0px;
}
