.section-text {
  padding-top: 57px;
}

.section-text_title {
  padding-bottom: 33px;
}

.section-text_title h2{
  font-weight: 400;
}

.section-text_text{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (min-width: 2000px) {
  .section-text_{
    max-width: 1100px;
  }
}

@media only screen and (min-width: 1401px) {
  .section-text_{
    max-width: 800px;
  }
}

@media only screen and (max-width: 1400px) {
  .section-text_ {
    max-width: 709px;
  }
}


@media only screen and (max-width: 991px) {
  .section-text_ {
    max-width: 100%;
  }
}