.scheduleItem {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e9ecef;
    align-items: center;
    column-gap: 2em;
}

.scheduleTime {
    font-size: 1.2em;
    font-weight: 700;
    color: #1e2235;
    flex-shrink: 0;
}

.scheduleItems {
    padding-left: 30px;
    padding-right: 30px;
}
.scheduleInfomation {
    flex-grow: 1;
}

.scheduleInfomation > h3 {
    font-size: 1.2em;
    color: #212529;
    margin-bottom: 5px;
}

.scheduleInfomation > h3 {
    font-size: 1.2em;
    color: #212529;
    margin-bottom: 5px;
}

.scheduleInfomation > p {
    font-size: 0.9em;
    color: #6c757d;
    line-height: 1.1;
}

.scheduleDate {
    background-color: #e9ecef;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #6c757d;
}

.scheduleDate > h2 {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
    .scheduleItem {
        flex-direction: column;
    }
}

body {
    overflow-y: hidden;
}