@media screen and (max-width: 1000px) {


.grid-2, .grid-3, .grid-4, .grid-5 {
  grid-template-columns: repeat(1, 1fr);
}






/*END*/
}

@media screen and (min-width: 1000px) {

}

