.staffs-section {
    margin: 5vw;
}

.staffs-section h1 {
    font-size: xxx-large;
}

.staffs-group {
    display: flex;
    flex-direction: column;
    margin: 5vw;
    align-items: center;
}

.staffs-group h2 {
    font-size: xx-large;
}

.staffs {
    display: flex;
    flex-wrap: wrap;
    margin: 1vw 5vw;
    justify-content: space-around;
    align-items: center;
}

.staff {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px;
}

.staff img {
    width: 250px;
}

.roles {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.role {
    font-size: small;
    margin: 5px;
    padding: 2px 7px;
    background-color: rgb(209, 209, 209);
    border-radius: 15px;
}