.sotrudniki {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sotrudniki .direktorPhoto {
    height: fit-content;
    width: 100%;
    max-width: 500px;
    margin-bottom: 32px;
}
.sotrudniki .otdel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}
.sotrudniki h3 {
    margin-bottom: 64px;
    text-align: center;
}
.sotrudniki h1 {
    margin: 64px auto;
}
.sotrudniki p {
    margin-bottom: 32px;
}
.sotrudniki .sotrudnik {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 250px;
    margin: 32px 0;
    height: 100%;
}
.sotrudniki .sotrudnik img {
    margin-bottom: 32px;
}
.sotrudniki .sotrudnik a {
    text-decoration: none;
    color: #0061a2;
}
.sotrudniki .otdelSection {
    width: 100%;
    padding: 0 32px;
}
.sotrudniki .otdelSection:nth-child(even) {
    background-color: #f7f7f7;
}
.sotrudniki p {
    text-align: center;
}
.sotrudniki .newSotrudnik {
    width: 100%;
    max-width: 250px;
    height: 250px;
    border: 2px solid #0061a2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 64px auto;
}
.sotrudniki .newSotrudnik a {
    text-decoration: none;
    color: #0061a2;
}
.sotrudniki .newSotrudnik p {
    margin-bottom: 0;
}
@media (max-width: 560px) {
    .sotrudniki .otdel {
        justify-content: center;
    }
}