.spatialsection {
    margin-top: 40px;
}

.spatialsection .titleContainer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.spatialsection .sectionTitle {
    font-family: "Metropolis Bold";
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 3.6px;
    color: #333;
}

.spatialsection .hLine {
    width: 100%;
    height: 1px;
    margin: 5px 0;
    background-color: #707070;
}

.spatialsection .spatialLabelsAndCharts {
    display: flex;
    width: 100%;
}

.spatialsection .spatialLabelsAndCharts .spatialLabelsContainer {
    display: flex;
    flex-direction: column;
    width: 200px;
}

.spatialsection .spatialLabelsAndCharts .spatialChartContainer {
    display: flex;
    width: calc(100% - 230px);
    flex-direction: column;
}

.spatialsection .spatialLabelsAndCharts .spatialLabel {
    font-family: "Metropolis Regular";
    font-size: 16px;
    line-height: 1.21;
    letter-spacing: 2.32px;
    text-align: left;
    color: #333333;
    flex-grow: 1;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
}

.spatialsection .spatialLabelsAndCharts.hide {
    display: none;
}

.spatialsection .indexesContainer {
    display: flex;
    justify-content: center;
}
