<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom.css */

@media only screen and (min-width: 1024px) {

	.two_cards .block__text {
    padding-left: 4.375rem;
    padding-top: 4.375rem;
    padding-right: 13.125rem;
}

}

@media only screen and (max-width: 760px) {

.review{
    margin-bottom:20px;
}

.block--reviews h2{
    margin-bottom:0px;
}

}

.custom-word-break .container .row div .inner .block__text p {
    word-break: normal;
}

@media only screen and (min-width: 761px) and (max-width: 1023px) {

.klantenvertellen iframe{
    width:100px;
}

}

.link-white a{
    color:white;
}

.link-white a:hover{
    text-decoration:underline;
}

.li-inherit.block--one-column ul li{
    font-size:inherit;
    line-height:inherit;
}</pre></body></html>