@media screen {
  .one {
    background: blue;
  }
  .one .three {
    color: red;
  }
}
