#show-display.team-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-link {
    color: #7fda56;
    text-decoration: none;
}

.member-box {
    /* float: left; */
    /* margin: 40px 50px 40px 0; */
    width: 370px;
    height: auto;
    margin: 40px 30px;
}
.member-info {
    width: 100%;
    min-height: 50px;
    height: auto;
    background-color: #506975;
    margin-top: -4px;
    padding-top: 5px;
}
.member-photo {
    /*border: 0.15vw solid white;*/
    height: 75%;
    width: 100%;
}
.member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.member-name-box {
    width: 94%;
    min-height: 20px;
    padding: 2% 3%;
    /*border-left: 0.15vw solid white;*/
    /*border-bottom: 0.15vw solid white;*/
}
.member-name {
    height: auto;
    width: auto;
    color: #7fda56;
    font-size: 30px;
}
.member-work-info {
    min-height: 50px;
    width: 100%;
    height: auto;
}
.member-possition-box {
    width: 92%;
    min-height: 30px;
    height: auto;
    padding: 0 4% 1% 4%;
}
.member-possition {
    width: 100%;
    height: auto;
    color: white;
    font-size: 18px;
}

@media (min-width: 1024px) and (max-width: 1290px) {
    .member-box {
        max-width: 270px;
    }

    .member-info {
        min-height: 145px;
    }
}

@media screen and (max-width: 1024px) {
    .member-box {
        margin: 20px 10px;
    }

}

