a.text-link {

    text-decoration: none !important;

    color: inherit;

    border-bottom: 1px solid #fff;

    &:hover {
        border-bottom: 1px solid #d7d1b1;
    }

}