.centered-title {
  font-size: 2.9rem;
  font-weight: bold;
  margin: 0 auto 1rem;
}

@media only screen and (min-width: 750px) {
  .centered-title {
    font-size: 3rem;
  }
}

.custom-title-wrapper-with-link.title-wrapper-with-link {
  margin: 6rem 0 0.5rem;
}