.ch-text-30-400 {
  font-size: 30px;
  font-weight: 400;
}

.ch-text-20-300 {
  font-size: 20px;
  font-weight: 300;
}

.ch-text-16-400 {
  font-size: 16px;
  font-weight: 400;
}

.ch-text-16-300 {
  font-size: 16px;
  font-weight: 300;
}

.ch-text-18-500 {
  font-size: 18px;
  font-weight: 500;
}

.ch-text-18-400 {
  font-size: 18px;
  font-weight: 400;
}

.ch-text-14-400 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.38px;
}

.ch-text-12-400 {
  font-size: 12px;
  font-weight: 400
;
}

.ch-text-12-300 {
  font-size: 12px;
  font-weight: 300;
}


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

}

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

}

@media screen and (max-width: 900px){
  .ch-wallpapers__item--is-new.ch-text-14-400 {
    font-size: 11px;
  }
}

@media screen and (max-width: 600px){
  .ch-text-30-400 {
    font-size: 28px;
  }

  .ch-text-20-300 {
    font-size: 18px;
  }

  .ch-text-18-500 {
    font-size: 16px;
  }

  .ch-text-16-300, .ch-text-16-400 {
    font-size: 14px;
    line-height: 16px;
  }
}

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

}