#success_message { 
    display: none;
}

.img-thumbnail {
    border: none !important;
    height: 100px;
    width: 100px;
    display: block;
    margin: 0 auto;
}

.rijksoverheid-logo {
    height: 150px;
    width: auto;
}

h1 {
    font-size: 4em;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .klachten {
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding-bottom: 10px;
    }

    .vragen {
        margin: 0 !important;
        margin-bottom: 15px !important;
    }
}