.section_SimpleText .box {
    min-height: 0px;
}

.section_logo {
    width: 145px;
    height: 75px;
}

@media (min-width: 767px) {
.section_TeamList .c-team-section__container {
    justify-content: space-evenly;
}
}
@media (max-width: 767px ) {
.section_TeamList .c-team-section__container; .c-team-section__member {
    text-align: center;
    width: 100%;
    max-width: 100%;
}
}