/* Keep the homepage hero CTA readable on phone and tablet widths. */
@media (max-width: 991px) {
  .ul-mock-hero__copy .btn.btn-primary,
  .ul-mock-hero__copy .btn.btn-primary span {
    color: #fff !important;
  }
}
