#wertgutachten_section{
    padding: 30px;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    flex-wrap: wrap-reverse;
}
.wertgutachten_container{
    padding: 200px 0;
    width: 600px;
    max-width: 90%;
}
#wertgutachten_section img{
    width: 600px;
    max-width: calc(90% - 10px);
    border: 5px solid var(--text-color);
}
.wertgutachten_container h2{
    font-size: 60px;
}
.wertgutachten_container p{
    text-align: justify;
    line-height: 115%;
}
@media(max-width: 800px){
    #wertgutachten_section{
        padding: 20px 0;
    }
    #wertgutachten_section h2{
        text-align: center;
        font-size: 8vw;
    }
    .wertgutachten_container{
        padding: 10px 0;
    }    
    #wertgutachten_section{
        gap: 20px;
    }
    p.text_wertgutachten{
        text-align: center;
    }    
}