.hover-link, .hover-link-others {
    position: relative;
    transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-link:hover, .hover-link-others:hover {
    transform: translateY(-2px);
}

.hover-link:hover {
    color: var(--mdb-primary) !important;
}

.hover-link-others:hover {
    color: var(--fastnet-purple) !important;
}