.t-text a {
  text-decoration: none;
  position: relative;
}

.t-text a:hover::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b48c3c; /* ваш цвет подчёркивания */
}