.team-grid{display:grid;gap:40px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:960px}@media (max-width:768px){.team-grid{grid-template-columns:1fr}}.team-grid .card{background:transparent;border:0;border-radius:0;margin-bottom:60px}.team-grid .card .name{font-size:2.125rem}.team-grid .card .name,.team-grid .card .position{font-weight:600;margin-bottom:10px}.team-grid .card .picture{border-radius:45px;margin-bottom:20px;max-width:350px;width:100%}.team-grid .bio{max-width:370px}