.test {
  color: yellow;
}@media screen and (min-width:600px) {
  .test {
    color: black;
  }
}@media screen and (min-width:1025px) {
  .test {
    color: pink;
  }
}