@media (prefers-reduced-motion: reduce) {
  html .fa-spin {
    animation-duration: 5s;
    animation-iteration-count: infinite;
  }
}
