.graphs {
    margin-bottom: 60px;
}
.graph {
    margin: 0 -19px 0 -26px;
    height: 400px;
}

.graphs__header {
    margin-bottom: 30px;
}

.graphs__desc{
    font-size: 14px;
}
.graphs__round-value--positive {
    color: #19b28d;
}
.graphs__round-value--negative {
    color: #d70f0f;
}

.graph-text {
    font-size: 16px;
    line-height: 21px;
}

@media (max-width: 767.98px) {
    .graph {
        margin: 0 -10px 0 -26px;
        height: 300px;
    }
    .graphs-select {
        margin-bottom: 20px;
    }
    
}