
#page-faq {
  ol {
    list-style: auto;
    list-style-position: outside;
    padding-left: 30px;

    & > li {
      padding-bottom: 20px;

      .title {
        font-weight: bold;
        font-size: 22px;
      }

      .ul-title {
        font-weight: bold;
        padding-bottom: 10px;
      }

      ul {
        list-style: disc;
        list-style-position: inside;
        padding-bottom: 20px;
      }
    }
  }
}