.title-image-section .section__title.title-wrapper {
  margin-bottom: 2.5rem;
}

.title-image-section .section__title .title {
  text-align: center;
  font-size: calc(var(--font-heading-scale) * 1rem);

  @media only screen and (min-width: 750px) {
    font-size: calc(var(--font-heading-scale) * 1rem);
  }
}

.title-image__link {
  border: none;
  box-shadow: none;
  text-decoration: none;
}

.title-image__image {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}