.employees-list{margin:35px 0;display:grid;row-gap:30px;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));word-break:break-word}.employee{text-align:center}.employee__avatar{margin:0 auto;display:block;border-radius:100px}.employee__avatar--gray{filter:grayscale(1)}.employee__name{font-weight:700;margin:15px 0 0 !important}.employee__title{font-size:1.1rem;margin-top:0}
