.shareholder--link {
    color: #000d99;
    transition: .3s;
}
.shareholder--link:hover {
    text-decoration: underline;
    color: #ff7f00;
}