.shareholders-wrap{
    width: 100%;
    margin: 60px auto 70px auto;
    overflow: hidden;
}
.shareholders-wrap .shareholders-title{
    margin-bottom: 30px;
}
.shareholders-wrap .box{
    padding-left: 9px !important;
    padding-right: 9px !important;
    margin-bottom: 18px;
}
.shareholders-wrap .box .box-2{
    padding: 40px;
    background: #E7E2D2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shareholders-wrap .box-2 .percentage{
    font-weight: 600;
    font-size: 40px;
    line-height: 57px;
    color: #40515B;
    margin-bottom: 0;
}
.shareholders-wrap .box-2 .shareholder{
    font-size: 36px;
    line-height: 107.4%;
    display: flex;
    align-items: center;
    color: #40515B;
    text-decoration: none;
}
.shareholders-wrap .col-lg-4 .box-2 .shareholder{
    font-size: 24px;
    line-height: 107.4%;
    text-align: center;
    min-height: 78px;
}

@media (max-width: 767px) {
    .shareholders-wrap .box-2 .percentage{
        font-size: 32px;
    }
    .shareholders-wrap .box-2 .shareholder{
        font-size: 28px;
        line-height: 107.4%;
        display: flex;
        align-items: center;
        color: #40515B;
        text-decoration: none;
        text-align: center;
    }
    .shareholders-wrap .col-lg-4 .box-2 .shareholder{
        font-size: 24px;
        line-height: 107.4%;
        text-align: center;
        min-height: 78px;
    }
}