.sortiment {
    background-color: white;
    padding: 70px 0;
    margin-top: 57px;

}

.sortiment_ h1 {
    font-size: 30px;
    text-align: center;
}

.sortiment_ p {
    text-align: center;
    margin-top: 10px;
}

.flex_container {
    margin-top: 50px;
    display: flex;
    gap: 40px;
    justify-content: center;
}

.frühling {
    width: 350px;
}

@media(max-width: 800px) {
    .frühling {
        font-size: 6vw;
    }
    .sommer {
        font-size: 6vw;
    }
    .herbst {
        font-size: 6vw;
    }
    .winter {
        font-size: 6vw;
    }
}