.docs__section {
  padding-top: 35px !important;
  margin-top: 0 !important;
}

.docs__section p {
  max-width: 90%;
  font-size: clamp(0.875rem, 0.857rem + 0.09vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: rgba(37, 37, 37, 0.75);
  margin-bottom: 15px;
  margin-left: 25px;
  text-align: justify;
}

.docs__section p a {
  color: #ffb02b;
  text-decoration: underline;
}

.docs__section p span {
  font-weight: 700;
  color: #252525;
}

.docs__section .docs__title {
  color: #252525;
  font-size: clamp(1.75rem, 1.464rem + 1.43vw, 3.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
  font-weight: 700;
  margin-bottom: clamp(2.813rem, 2.679rem + 0.67vw, 3.75rem);
  color: #252525;
  max-width: 90%;
  width: 100% !important;
}

.docs__section h3 {
  color: #252525;
  font-size: clamp(1.375rem, 1.304rem + 0.36vw, 1.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: clamp(0.938rem, 0.848rem + 0.45vw, 1.563rem);
  margin-top: clamp(2.813rem, 2.634rem + 0.89vw, 4.063rem);
  max-width: 75%;
  line-height: 135%;
}


.docs__section table {
  border: 2px solid rgba(37, 37, 37, 0.25);
  width: 100%;
  margin-bottom: 15px;
}

.docs__section table th {
  font-weight: 700;
  color: rgba(37, 37, 37, 0.75);
  padding: 10px;
  border: 1px solid rgba(37, 37, 37, 0.25);
}

.docs__section table td {
  color: rgba(37, 37, 37, 0.75);
  padding: 10px;
  border: 1px solid rgba(37, 37, 37, 0.25);
}

.docs__section ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  list-style-type: disc;
  margin-bottom: 15px;
  margin-left: 45px;
}

.docs__section ul li {
  max-width: 90%;
  font-size: clamp(0.875rem, 0.857rem + 0.09vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: rgba(37, 37, 37, 0.75);
}


@media (max-width: 700px) {
  .docs__section p {
    max-width: 95%;
    margin-left: 15px;
  }

  .docs__section h3 {
    max-width: 85%;
  }

  .docs__section .docs__title {
    max-width: 90%;
  }
}

@media (max-width: 550px) {
  .docs__section p {
    max-width: 100%;
    text-align: justify;
    margin-left: 0px;
  }

  .docs__section h3 {
    max-width: 95%;
    font-size: 18px;
    margin-top: 35px;
  }

  .docs__section .docs__title {
    max-width: 95%;
    font-size: 24px;
  }
}