@media screen and (max-width: 749px) {
    .reverse-on-mobile {
        flex-direction: column-reverse !important;
    }
  }