.team-grid{padding:10rem 0}.team-grid::before{content:"";position:absolute;top:0;left:0;width:100%;height:50rem;background:var(--white)}.team-grid__grid{width:100%;display:grid;gap:2rem}@media only screen and (min-width: 768px){.team-grid__grid{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 1180px){.team-grid__grid{grid-template-columns:repeat(4, 1fr)}}.team-grid__part{position:relative;z-index:1}.team-grid__part:not(:last-child){margin-bottom:9rem}
