.section-text-description {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-text-description .section__title {
  line-height: 1.2;
}

.section-text-description p {
  font-size: 1.4rem;
  line-height: normal;
  margin: 20px 0 20px;
}

.section-text-description .content-wrapper {
  padding: 30px;
}

@media screen and (min-width: 750px) {
  .section-text-description p {
    font-size: 1.5rem;
  }
}
