@media (max-width: 1024px) {
  .grid-5 > *:last-child:nth-child(odd),
  .grid-4 > *:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}