section.hp-section {
  padding-bottom: 3em;
}
section.hp-section > h2 {
  text-align: center;
  font-size: 5.625em;
  font-family: "Unbounded", "Outfit", serif;
  padding: 1.25em 0 0.8em;
  color: #fb4300;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  z-index: 7;
}
section.hp-section > h2 .ino-icon {
  position: absolute;
  left: calc(50% - 0.625em);
  top: calc(50% - 0.625em);
  opacity: 0.4;
  z-index: 5;
  transform: rotate(12deg);
}
section.hp-section > h2 .title-txt {
  position: relative;
  z-index: 6;
}
section.hp-section > h2 ul {
  list-style: disc;
  line-height: 1.4;
  padding-left: 1em;
}
section.hp-section > h2 ul > li::marker {
  color: #fb4300;
}
section.hp-section > h2 ul > li > ul {
  list-style: circle;
}
section.hp-section > h2 ol {
  list-style: decimal;
  line-height: 1.4;
  padding-left: 1em;
}
section.hp-section > h2 ol::marker {
  color: #fb4300;
}
@media all and (max-width: 48em) {
  section.hp-section > h2 {
    font-size: 3.75em;
  }
}
@media all and (max-width: 36em) {
  section.hp-section > h2 {
    font-size: 3em;
  }
}

/*# sourceMappingURL=hp-section.css.map */
