.diagram.people_analytics_levels {
    width: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2.75vw;
}

.diagram.people_analytics_levels .level {
    padding: 1vw;
    border-radius: 15vw;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    margin-top: 0.75vw;
    margin-bottom: 0.75vw;
    margin-left: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
    min-height: 6vw;
}

.diagram.people_analytics_levels .level.l1 {
    background-color:#FF7F00;   
}
.diagram.people_analytics_levels .level.l2 {
    background-color:#00FF00;   
}
.diagram.people_analytics_levels .level.l3 {
    background-color:#FFC0CB;   
}
.diagram.people_analytics_levels .level.l4 {
    background-color:#ADD8E6;   
}

.diagram.people_analytics_levels .level .id {
    width: 3.5vw;
    font-family: Raleway;
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.25vw;
    text-align: right;
}

.diagram.people_analytics_levels .level .name {
    width: 5vw;
    word-wrap: normal;
    font-family: Raleway;
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1.5vw;
    padding-right: 5vw;
    padding-left: 5vw;
}

.diagram.people_analytics_levels .level .list {
    width: 29vw;
}

.diagram.people_analytics_levels .level .list li {
    font-family: Raleway;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.5vw;
    margin-right: 2.5vw;
}

@media (max-width: 960px) {
    .diagram.people_analytics_levels {
        width: 80vw;
        padding-top: 5.5vw;
    }
    
    .diagram.people_analytics_levels .level {
        padding: 2vw;
        border-radius: 30vw;
        margin-top: 1.5vw;
        margin-bottom: 1.5vw;
        margin-left: 2vw;
        padding-left: 2vw;
        padding-right: 2vw;
        min-height: 12vw;
    }
    
    .diagram.people_analytics_levels .level .id {
        width: 7vw;
        font-size: 2vw;
        line-height: 2.5vw;
    }
    
    .diagram.people_analytics_levels .level .name {
        width: 10vw;
        font-weight: 700;
        font-size: 2.5vw;
        line-height: 3vw;
        padding-right: 10vw;
        padding-left: 10vw;
    }
    
    .diagram.people_analytics_levels .level .list {
        width: 58vw;
    }
    
    .diagram.people_analytics_levels .level .list li {
        font-weight: 500;
        font-size: 2.5vw;
        line-height: 3vw;
        margin-right: 5vw;
    }   
}
@media (max-width: 960px) and (orientation: landscape) {

}