section{
    padding: 10px;
}

main h1{
    text-align: center;
}

.voordelen{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.voordeel{
    flex: 0 1 49%;
    border: 1px solid var(--tekst);
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 10px;
}

.voordeel_img{
    width: 100%;
    height: auto;
    margin: auto;
}

.specialisaties{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.training{
    padding-bottom: 1rem;
    padding-top: 1rem;
    width: 100%;
}

.automotive{
    padding-bottom: 1rem;
    width: 100%;
}

.software{
    padding-bottom: 1rem;
    width: 100%;
}

img{
    width: 100%;
}

section{
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    justify-content: space-around;
    /* align-items: flex-start; */
    align-items: center;
}

dt{
    font-weight: bold;
}

.lijn{
    height: 10px;
    width: 100%;
    background-color: var(--tekst);
}

.excl{
    font-size: 12px;
}

.center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.body_contact{
    text-align: center;
    margin: 10px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.demo{
    display: block;
    text-decoration: none;
    color: var(--accent2);
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid var(--accent);
    padding: 4px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (min-width: 600px) {
    .voordeel{
        flex: 0 1 24%;
    }
}
