.product-characteristics { 
   display: none !important;
}

@media (max-width: 480px) {

  /* Основний текст з поля "ТЕКСТ" у товарі */
  .t-store__prod-popup__descr,
  .t-store__prod-popup__text,
  .t-descr {
    font-size: 19px !important;
    line-height: 1.7 !important;
  }

}