#nr_1_section{
    padding: 100px 0;
    background-color: rgb(211, 211, 211);
    background-image: radial-gradient(rgb(87, 85, 85), rgb(211, 211, 211));
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    flex-wrap:wrap
}
#kontakt_1_section{
    padding: 100px 0;
    background-color: rgb(211, 211, 211);
    background-image: radial-gradient(rgb(87, 85, 85), rgb(211, 211, 211));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 100px;
    flex-wrap:wrap;
}
.nr_1_container{
    width: 650px;
    max-width: 90%;
    flex-direction: row;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
h2{
    color: black;
}
p{
    font-size: 1.5rem;
}
.nr_1_container img{
    width: 800px;
    border-radius: 25px;
    max-width: calc(90% - 30px);
}
.nr_1_container p{
    padding: 5px;
    text-align: justify;
    line-height: 175%;
}
@media(max-witdh: 800px){
    #nr_1_section{
        padding: 50px 0;
    }
}
#nr_1_section h2{
    text-align: center;
    font-size: 4vw;
}