/* Reverse order of columns on mobile */
@media all and (max-width: 781px) {
  .reverse-column {
    flex-direction: column-reverse !important;
  }
}
