.section.ondersteuning {
    background-color: var(--accent);
    color: white;
    padding: var(--padding-sections);

    text-align: center;
}

.section.ondersteuning .container {
    max-width: 60%;
}


.section.ondersteuning .pills-container {
    display: flex;
    column-gap: 20px;
    row-gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

.section.ondersteuning .pill {
    padding: 5px 20px;
    background-color: white;
    color: black;
    font-weight: 400;
    border-radius: 20px;
}