.nhv-aboutText a {
  color: #162A63;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(198,163,80,0.5);
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.nhv-aboutText a:hover {
  color: #C6A350;
}