.docs-page {
  width: 100%;
  flex: 1;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-image: url("../img/BGDocs.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f4f6f4;
}
.docs-page .docs-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 60px 20px;
}
.docs-page .docs-content {
  color: #000;
  max-width: 900px;
  text-align: left;
}
.docs-page .docs-content h3 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.docs-page .docs-content p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.docs-page .docs-content .docs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.docs-page .docs-content .docs-list li {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 6px;
  font-weight: 600;
}
.docs-page .docs-content .docs-list li strong {
  font-weight: 600;
}
@media (max-width: 1000px) {
  .docs-page {
    background-image: none !important;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-color: #e3e1e1;
    padding: 0;
    align-items: flex-start;
  }
  .docs-page .docs-content {
    padding: 2rem 1rem;
    max-width: 100%;
    text-align: left;
  }
  .docs-page .docs-content h3 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .docs-page .docs-content p {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
  .docs-page .docs-content .docs-list li {
    font-size: 0.9375rem;
    margin-bottom: 8px;
  }
}/*# sourceMappingURL=style.css.map */