@media screen and (min-width: 900px) {
        
  .content {
    grid-column: 1 / span 10;
  }

 