#column {
  display: flex;
}

@media (max-width: 640px) {
  #column {
    flex-direction: column-reverse;
  }
}
