.docs {
  max-width: var(--container);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 941px) {
  .docs {
    margin: 130px auto 0;
  }
}
@media screen and (max-width: 940px) and (min-width: 640px) {
  .docs {
    margin: 110px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .docs {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 1520px) and (min-width: 641px) {
  .docs {
    padding: 0 40px 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .docs {
    padding: 0 16px;
  }
}
.docs h2 {
  font-size: clamp(24px, 1.75vw + 1rem, 40px);
  text-align: center;
}
.docs h1 + h2 {
  margin-top: 40px;
}
.docs p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: unset;
  color: #000;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .docs p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .docs p {
    font-size: 14px;
  }
}
.docs h1 + p {
  margin-top: 40px;
}
.docs p + p {
  margin-top: 10px;
}
.docs p + h2 {
  margin-top: 40px;
}
.docs h2 + p {
  margin-top: 40px;
}
.docs li {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 641px) {
  .docs li {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 640px) {
  .docs li {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.12px;
  }
}
@media screen and (max-width: 999px) {
  .docs li {
    margin-left: 20px;
  }
}/*# sourceMappingURL=docs.css.map */