.t017__descr
a {
  background-image: linear-gradient(
    to right,
    #c2b500,
    #c2b500 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.t017__descr
a:before {
  content: '';
  background: #c2b500;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
.t017__descr
a:hover {
 background-position: 0;
}
.t017__descr
a:hover::before {
  width:100%;
}
