main.real {
    background-color: white;
    padding-top: 5vh;
    padding-bottom: 1vh;
}

main.real .breedte {
    text-align: center;
}

main.real .titel {
    margin-left: auto;
    display: inline-block;
    text-align: left;
}

main.real .breedte .realisaties img {
    width: 85vw;
    height: auto;
}

@media only screen and (min-width: 850px) {
    main.real .breedte .realisaties {
        display: flex;
        justify-content: space-around;
        margin-top: 3vh;
        margin-bottom: 10vh;
    }

    main.real .breedte .realisaties img {
        width: 30vw;
        height: auto;
        margin-top: 3vh;
    }
}