.staff{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;justify-items:center}.employee{max-width:224px;min-width:1px;font-size:16px;font-weight:600}.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{grid-template-columns:repeat(5,1fr);gap:30px}}
