@media screen and (width >= 631px) {
  .column {
    flex-grow: 1;
    max-width: 720px;
  }
}

