@media only screen and (max-width:800px) {
  .hidexs{
    display: none;
  }
  .tech{
    color:green;
  }
}
