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