.title-with-text {
  font-size: 1.8rem;
}

.title-with-text a {
  color: var(--brand-color-red);
}

.title-with-text__heading {
  font-size: 2.1rem;
  margin-bottom: 8px;
  margin-top: 0;
}

@media(min-width: 768px) {
  .title-with-text__heading {
    font-size: 2.9rem;
  }
}
