.chart {
    display: flex;
    align-items: center;
    margin: -5px 0;
}

.chart:last-child {
    margin-bottom: 30px;
}

.chart .chart-title {
    margin-right: 20px;
    width: 150px;
    font-weight: bold;
}

.chart .chart-container {
    position: relative;
    height: 120px;
}

.chart:last-child .chart-container {
    height: 120px;
}

.chart-group-title {
    margin-bottom: 50px;
}
