.datedivider {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}

.datedivider .dividerContainer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
.datedivider .dividerContainer > div {
    font-family: "Metropolis Bold";
    font-size: 32px;
    letter-spacing: 0.32px;
    color: #333333;
}

.datedivider .dividerContainer .sessionDate {
    font-size: 20px;
}

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