.teamCard .imgContainer{width:100%;height:34rem;border-radius:2rem 2rem 0 0;overflow:hidden}.teamCard .imgContainer img{width:100%;height:100%;object-fit:cover;transition:all .4s var(--animationStyle)}.teamCard .teamCardBody{padding:1.8rem 3rem 1rem;height:14rem;max-height:14rem;border-radius:0 0 2rem 2rem;background:#c4968f}.teamCard .teamCardBody span{color:#fff;font-size:1.3131rem;font-style:normal;font-weight:400;line-height:147%;letter-spacing:-.0131rem;display:block}.teamCard .teamCardBody h4{color:#fff;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.04rem}@media screen and (max-width:767.9px){.teamCard .imgContainer img{filter:grayscale(0)}}.team__list{display:flex;row-gap:3.7rem;column-gap:1.6rem;flex-wrap:wrap;padding-top:3.7rem;padding-bottom:6.6rem}.team__list .teamCard{width:calc(25% - 1.2rem)}@media screen and (max-width:767.9px){.team__list{padding-top:2.4rem;padding-bottom:4.8rem}.team__list .teamCard{width:100%}}