li, p {
    margin-bottom: 2%;
}

p {

}

div#ondersteuning {
    width: 100%;
    display: grid;
    grid-template-columns: 18% 18% 18% 18% 18%;
    grid-column-gap: 1%;
    margin-bottom: 1%;
}

div#ondersteuning > a > img {
    margin-top: 1px;
    margin-bottom: -4px;
    width: 98%;
}

div#ondersteuning > a {
    text-decoration: none;
    padding: 0;
}