.kontakt_ {
    padding: 100px 0;
    background-color: #f5deb3;
    margin-top: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.kontakt_picture img {
    height: auto;
    width: 430px;
    max-width: 90%;
}

.kontakt_picture {
    width: 1130px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#kontakt {
    width: 550px;
}

#kontakt h2 {
    color: black;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

#kontakt h3 {
    color: black;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-top: 20px;
}

#kontakt p {
    text-align: justify;
    line-height: 175%;
}

#kontakt-mini-text {
    font-size: 20px;
    line-height: 175%;
}

@media(max-width: 800px) {
    #kontakt {
        padding: 50px 0;
    }
    #kontakt h2 {
        font-size: 12vw;
    }
    #kontakt h2 p {
        text-align: center;
    }
}