#about {
    /* height: auto; */
    /* width: 100%; */
}

.grid-container-about {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    margin-bottom: 4%;
    width: 85%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 100px;
    grid-template-areas:
        "about-introduction about-logo-outlines";
}

.about-introduction {
    grid-area: about-introduction;
}

.about-logo-outlines {
    grid-area: about-logo-outlines;
    background: url("/assets/img/BredlBroatOutlinesBlue.svg");
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
    margin: 0 0 40px 0;

}


#p-servus {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 65px;
    text-transform: uppercase;
    color: rgba(185, 185, 185, 0.14);
    margin-bottom: 20px;
    
}

#p-question {
    font-size: 22px;
    text-transform: uppercase;
    color: rgba(185, 185, 185);
    margin: 50px 0 15px 0;
}

.p-introduction {
    margin-bottom: 30px;
}
