.team-module{display:grid;gap:32px 16px;grid-template-columns:repeat(5,minmax(210px,1fr));margin:calc(var(--so-margin)*2) 0}@media screen and (max-width:1440px){.team-module{grid-template-columns:repeat(4,minmax(210px,1fr))}}@media screen and (max-width:980px){.team-module{grid-template-columns:repeat(3,minmax(210px,1fr))}}@media screen and (max-width:768px){.team-module{grid-template-columns:repeat(2,minmax(210px,1fr))}}.team-card{display:flex;flex-direction:column;gap:4px}.team-card *{margin:0}.team-card h4{font-size:20px;line-height:1.4}.team-card p{font-size:16px;font-weight:400;line-height:1.4}.team-card figure{all:unset;aspect-ratio:25/38;border-radius:12px;display:block;height:100%;margin-bottom:16px;overflow:hidden;position:relative;width:100%}.team-card figure img{height:100%;object-fit:cover;object-position:center;width:100%}@media screen and (max-width:490px){.team-module{gap:20px 12px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.team-module h4{font-size:16px}.team-module p{font-size:14px}.team-module figure{margin-bottom:12px}}