.page-text-content {
  width: 100%;
  height: fit-content;
  margin: 7% 0;
  padding: 0 10%;
  color: var(--color-nero);
}

.page-text-content-title {
  width: 100%;
  font-family: var(--font-Futura-Cyrillic-Demi);
  font-size: 56px;
  font-weight: normal;
  line-height: 120%;
  margin: 0.83em 0;
}

.page-text-content-description {
  width: 100%;
  font-family: var(--font-roboto-regular);
  font-weight: 400;
  font-size: 24px;
  line-height: 145%;
}

.page-text-content-description-small {
  font-size: 16px;
}

.page-text-content-description ul {
  list-style: disc;
  padding-left: 40px;
}

.page-text-content-description a {
  text-decoration: underline;
  color: var(--color-nero);
}

@media (max-width: 1023.98px) {
  .page-text-content-title {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
}

@media (max-width: 767.98px) {
  .page-text-content {
    margin: 10% 0;
    padding: 0 5%;
  }
  .page-text-content-description-small {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .page-text-content {
    padding: 0 5%;
  }
  .page-text-content-title {
    font-size: 32px;
    line-height: 110%;
    padding-bottom: 0;
  }
  
  .page-text-content-description {
    font-size: 18px;
    line-height: 23px;
  }

  .page-text-content-description ul {
    padding-left: 24px;
  }
  .page-text-content-description-small {
    font-size: 14px;
  }
}
