@media (max-width: 800px) {
  .card {
    flex-direction: column-reverse;
  }
  
  .column--img {
    height: 30vh;
  }
}