.boxfaq {
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    padding-bottom: 67px;
    padding-top: 67px;
    max-width: 100%;
}

.boxfaq .marginbottom50px-col-l {
    margin-bottom: 32px;
}

.boxfaq h3 {
    font-size: 22px!important;
    line-height: 32px!important;
    color: #212121!important;
}

.boxvraagtop {
    margin-bottom: 24px;
}

.boxvraagtop:last-child {
    margin-bottom: 0px;
}

@media (max-width: 991px) {

.boxfaq {
    padding-bottom: 62px;
    padding-top: 62px;
}

.boxfaq h3 {
    font-size: 18px !important;
    line-height: 28px !important;
}

.boxfaq .marginbottom50px-col-l {
    margin-bottom: 24px;
}

.boxfaq h2 {
    font-size: 26px;
    line-height: 36px;
}
    
}