<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.site .bar {
    padding: 120px 0 90px;
}

.info-text-ontwikkelaar {
    border-left: 2px solid #c92900;
    padding-left: 30px;
    margin-left: 25px;
}

.project-text {background-color: #fff !important}

@media (max-width: 769px) {
    .info-text-ontwikkelaar {
        margin-left: 0 !important;
    }
    .background-small-image {
        background-size: 100% auto !important;
        background-position: center bottom !important;
    }

}

@media (max-width: 992px) {

    .background-small-image {
        background-size: 100% auto !important;
        background-position: center bottom !important;
    }
}

#project-list a.developer-login {
    color: lightgrey;
}

.realtor-item .block.p-a-30 {
    display: grid;
    align-items: center;
}</pre></body></html>