.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;
}

.aquamag-text-block {
  .textBlock-title {
    color: #fff !important;
  }

  .textBlock-text {
    color: #fff !important;
  }
}