@media (max-width: 700px) {
  .grid .row {
    flex-direction: column;
  }
  .grid .row.row-slim {
    width: 90%;
  }
}
