/* Reverse content order on mobile */
@media (max-width: 767.98px) {
  .custom-content--reverse-mobile {
    flex-direction: column-reverse;
  }
}
