@media (max-width: 768px) {
  .section {
    .card {
      order: 1 !important;
    }
    .bg-image {
      height: 30vh;
      flex: auto;
      order: 0 !important;
    }
  }
}
