body {
    font-family:"Montserrat";
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight:400;
    color:#074784;
}

.hero {
    height:75vh;
    background-image:url('./hero.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center ;
}

.unfallgutachten {
    background-image:url('./unfallgutachten.png');
}
.wertgutachten {
    background-image:url('./wertgutachten.png');
}

.boxed {
    max-width:520px;
    min-height:320px
}

@media(min-width:480px){

}


@media(min-width:768x){

}


@media(min-width:992px){

    .boxed {
        max-width:480px;
    }
    
}


@media(min-width:1200px){

    .boxed {
        max-width:520px;
    }
    

}
