.team-teaser-list{--cols:1;--gap-h:25px;--gap-v:25px;--col-width:calc((100% / var(--cols)) - ((var(--gap-h) * (var(--cols) - 1)) / var(--cols)));display:flex;flex-direction:column;gap:var(--section-spacing)}.team-teaser-list__items{display:flex;flex-wrap:wrap;gap:var(--gap-v) var(--gap-h);justify-content:flex-start}.team-teaser-list__items .team-teaser-item{width:var(--col-width)}@media (min-width:768px){.team-teaser-list{--cols:2}}@media (min-width:1024px){.team-teaser-list{--cols:3}}