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

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

.organisation h2 {
    font-family: "Autumn-Wind";
    font-size: 70pt;
    font-weight: 400;
    text-align: center;
}

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

.section-organisation p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#tz-summary {
    padding-bottom: 50px;
}

.organisation-text img {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #edebdf;
}

#tz1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

#tz2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

#tz1 img {
    margin-bottom: 10px;
}

#tz2 img {
    margin-bottom: 10px;
}

.tz1-short-story {
    padding-top: 10px;
}

.tz2-short-story {
    padding-top: 10px;
}

@media(max-width: 800px) {
    .organisation h2 {
        max-width: 90%;
        font-size: 12vw;
    }
    .organisation h4 {
        max-width: 90%;
        font-size: 4vw;
    }
    .invitation-text a {
        max-width: 90%;
        font-size: 4vw;
    }
    .section-organisation {
        max-width: 90%;
        font-size: 4vw;
    }
    .organisation-text {
        max-width: 90%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #tz1 {
        max-width: 90%;
        padding-bottom: 10vw;
        justify-content: center;
        align-items: center;
    }
    .tz-summary {
        max-width: 90%;
        text-align: center;
    }
}