section.section-graphs{
    background-image: url('img/bg-2.png');
    background-size: cover;
    color: white;
    padding-top: 0;
    padding-bottom: 0;
}
.section-graphs .col-md-6{
    padding-top: 80px;
    padding-bottom: 15px;
}
.section-graphs h2{
    color: white;
    font-size: 24px;
    font-weight: 900;
}
img.img-graph{
    width: 300px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}
.graph-legend{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 300px;
}
.legend-bullet{
    display: inline-block;
    margin-right: 10px;
}
.legend{
    font-size: 18px;
    font-weight: 500;
    display: flex;
}
.legend-bullet{
    font-size: 36px;
    line-height: 18px;
}

#legend-1>.legend-bullet{
    color: #2dcc70;
}
#legend-2>.legend-bullet{
    color: #1baec8;
}
#legend-3>.legend-bullet{
    color: #f8665f;
}
#legend-4>.legend-bullet{
    color: #f0c40f;
}
#legend-5>.legend-bullet{
    color: #be6cd9;
}
#legend-6>.legend-bullet{
    color: #ff6cff;
}

#legend-2-1>.legend-bullet{
    color: #2dcc70;
}
#legend-2-2>.legend-bullet{
    color: #1baec8;
}
#legend-2-3>.legend-bullet{
    color: #f8665f;
}
#legend-2-4>.legend-bullet{
    color: #f0c40f;
}
#legend-2-5>.legend-bullet{
    color: #be6cd9;
}
#legend-2-6>.legend-bullet{
    color: #ff6cff;
}
.graph-disclaimer{
    font-size: 12px;
}