#liebscher_section{
    padding: 50px 20px;
    background-color: var(--secondary-hintergrund-color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    flex-wrap: wrap-reverse;
}
.liebscher_bracht_container{
    width: 750px;
    max-width: 90%;
    text-align: justify;
    line-height: 175%;
}

.liebscher_bracht_container h2{
    font-size: 60px;
    gap: 50px;
        
}

.liebscher_bracht_container p{
    text-align: center;
    line-height: 175%;
}

#liebscher_section img{
    height: 400px;
    width: 400px;
    max-height: 80vw;
    max-width: 80vw;
    overflow:hidden ;
    display: flex;
    justify-content: center;
    align-items: center;
        
}
#liebscher_section h2{
    color: var(--main-brand-color);
}

#liebscher_section a{
    color: var(--liink-color);
}