.c10.container{
    margin-top: 5rem;
    font-family: "Helvetica Neue", sans-serif ;
}
.c10.container .title{
    margin-bottom: 5rem;
}
.c10.container .team-item__text{
    color: #000;
}
.c10.container .team-wrap{
    background-color: #fff;
}
.c10.container .team-item{
    padding: 3.5rem 2rem 2rem 2rem;
    box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 3rem;
}
.team-item__subtitle {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1rem;
    font-family: "Helvetica Neue", sans-serif ;
}

.team-item__subtitle.visible {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

.team-open-program-btn {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin: 1rem 0 0;
}

.team-btn-img {
    width: 5.6rem;
    height: 5.6rem;
    background-image: url(../../images/open_orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
}

.team-btn-img.rotated {
    transform: rotate(180deg);
}

.team-btn-text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 143%;
    color: #000;
    margin-bottom: 0.5rem;
}

.team-item__image{
    
}   
.team-item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 2rem auto;
}   
.team-item__title{
    font-size: 27px;
    line-height: 1.1;
    font-weight: 400;
    text-align: center;
}   