.staff{display:grid;gap:15px;grid-template-columns:repeat(2,1fr);justify-items:center}.employee{font-size:16px;font-weight:600;max-width:224px;min-width:1px}.employee__photo{background:linear-gradient(90deg,rgba(255,0,68,.1),rgba(138,0,244,.1));border-radius:8px;display:block;height:auto;max-width:100%}.employee__position{font-size:14px;font-weight:400;line-height:19px;margin-top:2px}@media(min-width:768px){.staff{grid-template-columns:repeat(4,1fr)}}@media(min-width:992px){.staff{gap:30px;grid-template-columns:repeat(5,1fr)}}

/*# sourceMappingURL=team.css.map*/