.container{
    margin-bottom: 30px;
}

.title{
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    color: #afb2b7;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.titleRed:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ff4d4f;
    border-radius: 50%;
    margin-right: 8px;
}

.titleOrange:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #faad14;
    border-radius: 50%;
    margin-right: 8px;
}

.titleGreen:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #52c41a;
    border-radius: 50%;
    margin-right: 8px;
}

.employees{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}