/* MEMBER CARD */
.img-rounded {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 20px 0;
    object-fit: cover;
}
.member-card {
    height: 350px;
    width: 600px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.brand-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.user-brand-logo {
    max-width: 200px;
}
.user-info-wrap {
    text-align: center;
}
.member-card .text-position {
    margin-top: 25px;
    margin-left: 20px;
    width: 50%;
}
.text-position p {
    font-size: 2.5vh;
    margin-top: 10px;
    font-family: 'Open sans', serif;
}
.no-padding {margin: 0; padding: 0;}
.mc-col-padding {padding: 0 50px;}
.mc-right-panel {border-right: 1px solid #e2e2e2;}


@media (max-width: 1920px) {
    .member-card {width: inherit !important;}
}