@media (max-width: 650px) {
  .work-layout {
    display: flex;
    flex-direction: column;
  }

  .generate-panel {
    order: -1;
  }
}
