.ss { 
font-size: 20px!important;
font-weight: bolder!important;

}

@media only screen and (max-width: 600px) {
  .ss {
    font-size: 10px!important;
font-weight: bolder!important;
  }
}