#invester {
    padding: 50px 0;
}



.side{
    border-right: 1px solid #afafaf;
}

/* .content .card{
    margin-left: 50px;
} */

.content .card a{
    text-decoration: none;
}

.list-group-item{
    border:none !important;
    font-size: 20px;
    font-weight: 500;
}

.list-group-item.active{
    background: transparent !important;
    font-weight: bold;
    color: #deb84d;
    text-underline-offset: 5px
}
.list-group-item.active a{
    color: #deb84d;
    text-decoration: underline;
}

.list-group-item a:hover{
    color: #deb84d;
    font-weight: bold;
}

.list-group-item a{
    color: #979797;
    text-decoration: none;
}