.member-card {
    text-align: center;
    border: 2px solid #05a34a;
    cursor: pointer;
    border-radius: 5px;
    transition: .5s;
}

.member-card.shadow:hover {
    /* background-color: #05a34a;
    color: white; */
    box-shadow: 0px 0px 17px 4px #211e1e63 !important;
}

.member-card h4 {
    color: #000;
    margin: 5px !important;
    font-weight: bold;
}

.member-card img {
    height: 150px !important;
    width: 150px !important;
    max-width: 100%;
    margin-top: 10px;
    border: 2px solid #05a34a;
    border-radius: 50%;
    display: inline-block !important;
}

.member-card .fa-plus {
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: black;
    color: white;
    border-radius: 50%;
    font-weight: normal;
    border: 2px solid white;
}

.member-card:hover .fa-plus {
    background-color: #05a34a;
}

.member-card a {
    text-decoration: none;
}

/* .member-card:hover img{
    border-color: white;
} */
.member-card:hover h4 {
    color: #05a34a;
}
