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