.section-gallery {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 150px;
}

.gallery h2 {
    font-family: "Autumn-Wind";
    font-size: 70pt;
    font-weight: 400;
}

.gallery-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 300px;
    /*padding-top: 50px;
    padding-bottom: 50px;*/
    /*margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    height: 300px;*/
}

@media(max-width: 800px) {
    .gallery h2 {
        max-width: 90%;
        font-size: 12vw;
    }
    .gallery p {
        max-width: 90%;
        font-size: 4vw;
    }
}