/* Mobile first: apply style when the screen is 767px wide or less */

@media (max-width: 767px) {
  .change-colour-mobile {
    color: var(--bs-secondary);
  }
}

