@media (max-width: 767px) {
  .minha-row {
    display: flex;
    flex-direction: column-reverse;
  }
}