.team-view{display:grid;grid-template-columns:20rem minmax(0,1fr);gap:1rem;margin:0 auto;width:100%;max-width:1200px}@media screen and (max-width:767px){.team-view{grid-template-columns:1fr}}.team-view .tabs-wrapper{max-width:20rem}@media screen and (max-width:1024px){.team-view .tabs-wrapper{max-width:15rem}}@media screen and (max-width:767px){.team-view .tabs-wrapper{max-width:100%}}.team-view .team-list{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media(min-width:768px){.team-view .team-list{grid-template-columns:repeat(3,1fr)}}