.b-team__grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:360px){.b-team__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:xs){.b-team__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.b-team__grid{gap:2rem;grid-template-columns:repeat(3,1fr)}}@media(min-width:md){.b-team__grid{gap:2rem;grid-template-columns:repeat(3,1fr)}}@media(min-width:992px){.b-team__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:lg){.b-team__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1100px){.b-team__grid{grid-template-columns:repeat(5,1fr)}}@media(min-width:xl){.b-team__grid{grid-template-columns:repeat(5,1fr)}}.b-team .b-team-member-dynamic__content-wrapper{max-width:100%}