
.headline-wrapper > h1{
    font-size: 110px;
}
.programme-but{
    font-size: 16px;
}


@media only screen and (max-width: 768px) {
    .programme-main-container{
        height: 550px;
    }
    .scroll-bar-container {
        max-width: 7px;
        height: 65vw!important;
    }
    .schedule-title {
        margin-top: 100px;
    }

    .programme-main-text h2 {
        font-size: 36px;
    }
    .headline-wrapper > h1{
        font-size: 96px;
    }
    .programme-buttons{
        justify-content: center;
    }
    .programme-but{
        width: unset;
    }
}
@media only screen and (max-width: 540px) {
    .programme-main-text h2 {
        font-size: 26px;
    }
    .headline-wrapper{
        margin-top: 0px;
    }
    .headline-wrapper > h1{
        font-size: 66px;
        margin-top: 10px;
    }
    .programme-buttons {
        padding: 0 10px!important;
    }
    .programme-but{
        font-size: 14px;
    }
}
@media only screen and (max-width: 375px) {
    .programme-main-text h2 {
        font-size: 20px;
    }
    .headline-wrapper > h1 {
        font-size: 50px;
    }
}