[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 0 !important;
    /* цвет ссылки до наведения */
    color: #262626 !important;
   }

[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #3071c7 !important;
  }