.team-section{display:flex;flex-wrap:wrap;justify-content:center;gap:25px;padding:15px 0}.team-card{flex:1 1 calc(33.333% - 20px);max-width:calc(33.333% - 20px);aspect-ratio:3/4.2;perspective:1080px;cursor:pointer;min-width:330px}.team-card-inner{position:relative;width:100%;height:100%}.team-card-inner.flipped{transform:rotateY(180deg)}.team-card-front,.team-card-back{position:absolute;width:100%;height:100%;border-radius:0px;backface-visibility:hidden;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.team-card-front{background:var(--team-img) center/cover no-repeat;justify-content:flex-end;transition:.3s}.team-card-front:hover{box-shadow:0 6px 20px rgba(0,0,0,.1)}.team-front-overlay{background-color:rgba(0,131,138,.8);padding:20px 30px;width:100%}.team-front-overlay h3{margin:0 0 4px;font-size:23px!important;font-weight:500!important;color:#fff;line-height:1.3;cursor:pointer;letter-spacing:.3px;padding-bottom:0}.team-front-overlay h3:hover a{color:#e09900}.team-front-overlay p{margin:0;font-size:.85rem;color:#ddd}