.temporalsection {
    margin-top: 40px;
}

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

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

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

.temporalsection .temporalChartTite {
    display: flex;
    width: 100%;
    justify-content: center;
    font-family: "Metropolis Regular";
    font-size: 16px;
    line-height: 1.21;
    letter-spacing: 4.32px;
    color: #333333;
    margin-top: 20px;
}
