.text-box-content {
  padding: 50px 0;

  h2,
  p,
  a {
    color: $text_inverse !important;
  }

  a {
    font-size: 25px;
  }
}

@media only screen and (max-width: $breakpoint_medium) {
  .text-box-content {
    a {
      font-size: 1rem;
    }
  }
}
