.attention-schedule {
    width: 100%;
}

.attention-schedule .case {
    max-width: 1280px;
    margin: 0 auto 70px auto;
}

.attention-schedule-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px 0;
}

.attention-schedule-title span {
    font-size: 22px;
    color: #333333;
}

.attention-schedule .case .img {
    width: 100%;
}

.attention-schedule .case img {
    display: block;
    width: 80%;
    margin: 0 auto;
}