.btn-hover a {
    transition: 0.3s;
}

.btn-hover a:hover {
    color: #2516aa !important;
}