/* Site-specific responsive utilities not in the theme's Tailwind build */
@media (min-width: 64rem) {
  .lg\:order-1 { order: 1; }
  .lg\:order-2 { order: 2; }
}
