.section--title-center .title-description-wrapper {
  width: 100%;
  max-width: 100%;
}
.section--title-center h1 {
  text-align: center;
  padding: 0 60px;
}

.wp-block-heading.title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -1px;
  text-align: center;
  margin: 60px 0 30px;
}

@media (max-width: 1279px) {
  .section--title-center .title-description-wrapper {
    margin-top: 0;
  }
  .section--title-center h1 {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .wp-block-heading.title {
    font-size: 1.5rem;
  }
}
