@media screen and (min-width: 769px), print {
    .schedule {
        padding: 79px 0 100px;
        background: #e7eef6;
    }
    .schedule-list {
        margin-bottom: 60px;
    }
    .finished_schedule {
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .no_event {
    font-size: 2.6rem;
    font-weight: 200;
    color: #282828;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
    .schedule {
        padding: 15.625vw 0;
        background: #e7eef6;
    }
    .schedule-list {
        margin-bottom: 11.97917vw;
    }
    .finished_schedule {
        margin-top: 60px;
        margin-bottom: 5.97917vw;
    }
    .no_event {
        font-size: 2.2rem;
        color: #282828;
        margin-bottom: 21px;
        text-align: center;
    }
}