.members{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.member{
    display: flex;
    flex-direction: column;
    border-width: 1px 1px 1px 1px;
    border-radius: 2px;
    border-color: #F1F1F1;
    box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 0.20);
    width: 450px;
    margin: 10px;
}
.member_image{
    width: 100%;
    height: 250px;
    background-position: center center;
    background-size: cover;
}
.card_body{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: justify;
}
.card_body h5{
    text-transform: none;
    margin: 0;
}
.position{
    font-weight: bold;
}