.solid {
    width: 200px;
    height: 6px;
    border-radius: 12px;
    background-color: #FDBE33;
    border: solid 1px #FDBE33;
    margin-bottom: 10px;
}


.team-member {
    width: auto;
    height: auto;
}

.team-name {
    font-size: 20px;
    font-weight: 700px;
}

.team-role {
    color: #262626;
    font-size: 16px;
    font-weight: 500px;
}

.team-ex-designation,
.team-education {
    font-size: 16px;
    font-weight: 500px;
    color: #262626;
}

.team-description {
    font-size: 16px;
    font-weight: 300px;
    color: #4d4e4fca;
}






.fa-facebook {
    color: #3b5998;
    font-size: 36px;
    box-shadow: 0px 3px 8px 0px #eee;
    border-radius: 50%;
}

.fa-linkedin {
    color: #0e76a8;
    font-size: 36px;
    box-shadow: 0px 3px 8px 0px #eee;
    border-radius: 50%;
}



.team-main-card {
    border: solid 1px #d6e7e6;
    box-shadow: 0 8px 24px 0px #d6e7e6;
}

.team-img-card {
    border: solid 1px #C5CAE9;
    height: 250px;
    background: #E8EAF6;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    
    transition: 0.5s ease-in-out;
}

.team-img-card:hover {
    transform: scale(1.1);

}

@media screen and (max-width:778px) {
    .team-img-card:hover {
        transform: none;
    
    }
}

.card-block {
    border-radius: 12px;
    border: solid 1px #6c757d;
    background-color: #eee;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    display: none;
}

.team-img-card:hover .card-block {
    display: inline-block;

}

.team-btn {
    width: 200px;
    border-radius: 24px;
    background-color: #F8DE7E;
    border: #F8DE7E;
    font-size: 16px;
    color: #262626;
    box-shadow: 0 3px 8px 0px #eee;
}

.team-btn:hover {
    color: #262626;
    box-shadow: 0 6px 18px 0px #eee;
}

.team-info-card{
    min-height: 250px;
    border: solid 1px #C5CAE9;
    background: #E8EAF6;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    max-width: 999px;
}
.team-info-card .card-body{
    display: flex;
    flex-direction: column;
}
.team-info-card .card-footer{
    background-color: transparent;
    border: none;
}
