@media screen and (max-width: 2000px) {
  body{
    display: grid;
    column-count: 1;
    grid-template-columns: 20% 70% 10%;
  }
}
