h1,
h2,
h3 {
  color: white !important;
}
.fs-3 {
  font-size: 18px;
  line-height: 2.8rem;
}
@media (max-width: 798px) {
  ol {
    padding-left: 25px !important;
  }
  .container {
    padding: 20px 5px !important;
  }
  h1,
  h2,
  h3 {
    font-size: 30px !important;
  }
  .fs-3 {
    font-size: 16px;
    line-height: 2.5rem;
  }
}
