
p:not(.edu-footer .description),li{
    color: #1c345e;
}
p.intro{
    font-size: 16px;
    color: #1c345e;
    margin-top: 7%;
}
.member-image{
   /* width: 25%; */
   margin-left: 20px;
}
.member-image img{
    object-fit: cover;
    width: 130px!important;
}
.item{
    background-color: #F0F4F5;
    padding: 30px;
    margin-bottom: 80px;
}

.member-rank{
    font-size: 18px;
    font-weight: 700;
    width: 20%;
}

.member-details{
    background-color: white;
    padding: 30px;
    width: 80%;
    position: relative;
}
.normal-members{
    width: 80%;
}
.normal-members .member-details{
    width: 100%;
    border-bottom: 1px solid rgb(216, 216, 216);
}
.member-details .download-cv{
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    background-color: #1c345e;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}
.member-details .download-cv i{
    transition: 0.3s all;

}
.member-details .download-cv:hover{
    background-color: #f98d2b;
}
.member-details .download-cv:hover i{
    transform: translateX(-3px);
}
.member-name{
    font-size: 20px;
}
