.textBlock {
  margin: 0 50px;

  @media screen and (max-width: 1024px) {
    margin: 0 20px;
  }

  @media screen and (max-width: 767px) {
    margin: 0;
  }
}

.section-title__text.textBlock-title {
  text-align: center;
}

.textBlock-text {
  text-align: center;
}