html, body {
  margin: 0px;
  padding: 0;
  background: #ffffff;
}

.doc {
  width: 750px;
  margin: 50px auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11.7pt;
  line-height: 1.13;
  color: #000000;
}

.title {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 24px;
}

.phase {
  font-weight: bold;
  margin: 24px 0 8px 0;
}

ol {
  margin: 0 0 16px 36px;
  padding: 0;
}

li {
  margin-bottom: 7px;
}

.li2 {
  margin-bottom: 7px;
  margin-left: 20px;
  list-style-type: none;
  counter-increment: none;
  position: relative;
}

.li2 .link {
  margin-left: 20px;
}

.link {
  display: block;
  margin-left: 0px;
  margin-bottom: 7px;
}

a {
  color: #1155cc;
  text-decoration: underline;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

@media (max-width: 768px) {
  .doc {
    width: 90%;
    margin: 24px auto;
    font-size: 11pt;
    line-height: 1.1;
  }

  .title {
    font-size: 13pt;
    margin-bottom: 16px;
  }

  .phase {
    margin: 16px 0 6px 0;
    font-size: 12pt;
  }

  ol {
    margin: 0 0 12px 20px;
  }

  li, .li2 {
    margin-bottom: 5px;
    margin-left: 0;
  }

  .li2 .link {
    margin-left: 10px;
  }

  a {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 10.5pt;
  }
}