.section-text-blocks p {
  margin: 0;
}

.section-text-blocks p + p {
  margin-top: 20px;
}

.section-text-blocks .section__title {
  margin: 0 0 17px;
}

.section-text-blocks .section__row + .section__row {
  margin-top: 45px;
}

@media(max-width: 767px) {
  .section-text-blocks .section__title {
    font-size: 28px;
  }

  .section-text-blocks p {
    font-size: 18px;
  }

  .section-text-blocks .section__row + .section__row {
    margin-top: 30px;
  }
}