.teamContainer{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.teamBox{align-self:flex-start;background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.05);box-sizing:border-box;display:flex;flex:1 1 calc(50% - 20px);flex-direction:column;margin-bottom:20px;padding:20px;transition:all .3s ease}.teamrow{align-items:flex-start;display:flex;margin-bottom:15px}.col-auto{flex:0 0 168px}.team-photo{border-radius:8px;height:200px;margin-right:20px;object-fit:cover;width:168px}.teamcol{display:flex;flex:1;flex-direction:column;justify-content:space-between}.managerName{color:#0c205e;font-size:32px;font-weight:700;margin:0}.managerName,.managerTitle{font-family:Barlow Semi Condensed,sans-serif}.managerTitle{color:#3e5d82;font-size:24px;margin:4px 0 10px}.managerSince{margin-bottom:5px;margin-top:35px}.managerLength,.managerSince{color:#0178c9;font-family:Inter,sans-serif;font-size:18px}.managerLength{margin-top:auto}.bio-description{display:none;margin-top:30px;max-height:0;overflow:hidden;transition:max-height .3s ease}.bio-description .content{background-color:#f5f8fc;border-radius:10px;color:#3e5d82;padding:20px}.bio-trigger{background:transparent;color:#0178c9;font-family:Inter;font-size:18px;line-height:22px;margin-top:40px;padding:0;position:relative}.bio-trigger:after{content:"\f107";display:inline-block;font-family:Font Awesome\ 6 Pro;font-weight:400}.teamBox.active .bio-description{display:block;max-height:300px;overflow:visible}.teamBox.active .bio-trigger:after{transform:scale(-1)}.teamContainer.single-card .teamBox{flex:1 1 calc(50% - 20px);max-width:calc(50% - 20px)}@media (max-width:768px){.teamBox{flex:1 1 100%}.teamContainer.single-card .teamBox{max-width:100%}.teamContainer .teamBox{align-content:center;text-align:center}.teamContainer .teamBox img{margin-bottom:10px;margin-right:0}}