.team-intro{margin-bottom:50px;text-align:center;width:100%}.team-grid{align-items:stretch;display:grid;gap:40px;justify-items:center}.team-card{background-color:#fff;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.08);display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:20px;text-align:center;transition:transform .3s,box-shadow .3s;width:100%}.team-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.15);transform:translateY(-5px)}img.team-photo{align-self:center;max-height:300px;max-width:220px!important}.team-info{margin:15px 0 0;min-height:120px}.team-name{color:#222;font-size:20px;font-weight:900;margin-bottom:15px}.team-position{color:#666;font-size:16px;line-height:25px;margin-bottom:20px}.team-email{background:var(--tertiary);border-radius:5px;color:#fff!important;font-size:14px;font-weight:600;padding:7px;text-decoration:none}.team-email:hover{background:var(--primary);text-decoration:none}@media only screen and (min-width:1024px){.team-grid{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:1024px) and (min-width:768px){.team-grid{align-items:stretch;grid-template-columns:repeat(2,1fr)!important}}@media only screen and (max-width:768px){.team-grid{align-items:stretch;grid-template-columns:1fr!important}}