.team-wrapper{align-items:stretch;display:flex;flex-wrap:wrap;gap:25px;justify-content:center}.team-card{align-items:center;background:#fff;border:1px solid #bbbfdd40;border-radius:10px;display:flex;flex-direction:column;gap:22px;max-width:315px;padding:40px 20px;text-align:center;width:100%}.card-container-team{border:none;height:100%;justify-content:space-between;padding:0;width:calc(100% - 40px)}.card-team-up{display:flex;flex-direction:column;gap:22px}.team-image img{border-radius:8px;height:196px;object-fit:cover;width:196px}.team-name{color:#06111a;font-family:Figtree;font-size:20px;font-weight:700;margin-bottom:4px;margin-top:0}.team-position{color:#106eea;font-family:Figtree;font-size:16px;font-weight:600;margin:0}.team-divider{border:none;border-top:1px solid #e5e7eb;margin:0;width:100%}.team-description p{color:#06111a;font-family:Figtree;font-size:16px;line-height:1.4;margin:0 auto;max-width:250px}.team-link a{align-items:center;background:#106eea;border-radius:4px;display:flex;height:31px;justify-content:center;transition:transform .2s ease;width:31px}.team-link a img{height:16px;width:16px}.team-link a:hover{transform:scale(1.1)}@media (max-width:768px){.team-card{gap:18px;max-width:100%;padding:30px 16px}.team-image img{height:160px;width:160px}.team-description p{max-width:none}}