.t-text .hover-word {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #FB0028 !important;
  transition: color 0.25s ease;
}

.t-text .hover-word:hover {
  color: #000000 !important;
}