@media screen and (max-width: 1200px) {
    .t-descr_xxs {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .t-name_xs {
        font-size: 16px;
    }
}

<span .no-tel-effect,
.no-tel-effect:hover,
.no-tel-effect:focus,
.no-tel-effect:active {
  color: inherit !important;
  text-decoration: none !important;
  cursor: default;
  transition: none !important;
}
</span>