#section {
    margin-top: 150px;
    margin-bottom: 120px;
}

.member-container {
    height: 200px;    
}

.member-card {
    border-radius: 15px;
    border: solid 1px;
}

.member-card img {
    border-radius: 100%;
    width: 80%;
}