.section-schedule {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.schedule {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.schedule h2 {
    font-family: "Autumn-Wind";
    font-size: 70pt;
    font-weight: 400;
}

.schedule-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    /*margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    height: 300px;*/
}

.container-schedule {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#schedule-img {
    width: 50rem;
    height: 70rem;
    
}

@media(max-width: 800px) {
    .container-schedule {
        max-width: 90%;
    }
    #schedule-img {
        max-width: 90%;
        height: auto;
    }
}