@media only screen and (max-width: 1600px) {
  body {
    /* background-color: lightblue; */
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }
  .onas section {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
  }
  .koparka-pawel {
    width: 50%;
  }
}
