html,
body {
  scroll-behavior: smooth;
}

ol, ul, menu {
  padding-left: 40px;
}

main ol {
  list-style: decimal;
}

main ul {
  list-style: disc;
}

.left h1 {
  color: #003c55;
  text-align: justify;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}

.reg a {
  text-decoration: none;
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.2s ease;
  display: block;
  padding-bottom: 15px;
}

.reg a.active {
  font-size: 20px;
  color: #003c55;
  font-weight: bold;
}

main {
  padding: 0 20px;
  word-wrap: break-word;
}

@media (min-width: 1024px) {
  main {
    margin-top: 34.5px;
    margin-left: 40px;
    margin-right: 100px;
    padding-left: 38.5px;
    padding-right: 38.5px;
    padding-top: 30px;
  }
}

main h1 {
  margin: 0px;
  margin-bottom: 30px;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #003c55;
  margin-top: 40px;
}

main > :first-child h1 {
  margin-top: 0;
}

main h2 {
  margin: 0px;
  margin-bottom: 30px;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #003c55;
  padding-left: 40px;
  border-left: 2px solid #003c55;
}

main h3 {
  margin: 0px;
  margin-bottom: 30px;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #003c55;
}

main h4 {
  margin: 0px;
  margin-bottom: 30px;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
}

main p {
  color: #000;
  font-family: Roboto;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
  font-size: 20px;
  margin: 0px;
  margin-bottom: 30px;
}

main ul {
  font-family: Roboto;
  color: #000;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
  font-size: 20px;
  margin: 0px;
}

main ul li::marker {
  color: #003c55;
}

ul li {
  margin-bottom: 30px;
}

main ol {
  font-family: Roboto;
  color: #000;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
  font-size: 20px;
  margin: 0px;
  padding-left: 0px;
  margin-left: 2em;
  counter-reset: item;
}

main ol > li {
  counter-increment: item;
}

main ol ol > li {
  display: table;
}

main ol ol > li::before {
  display: table-cell;
  content: counters(item, ".") ". ";
  color: #003c55;
  padding-right: 10px;
}

main ol li::marker {
  color: #003c55;
  padding-right: 0.5em;
  margin-right: 10px;
  font-weight: 700;
}

main ol ul {
  list-style-type: disc;
  margin-left: 0em;
  margin-bottom: 0px;
}
