.heading2 {
    height: unset!important;
}
.shareholder {
    background: #77aadc;
    opacity: .8;
    color:white;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    padding: 10px;
    position: relative;
    z-index: 5;
}

.shareholder a {
    color: red;
}