.over_de_inktpot{
    max-width: 1580px;
    width: 90%;
    margin: auto;
}
.veelgestelde_vragen_subtitle{
    font-weight: 700;
    font-size: 24px;
    line-height: 135%;
    color: #237ACA;
    margin: 40px 0;
    display: flex;
    justify-content: center;
}
.over_de_inktpot_title,
.veelgestelde_vragen_title{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.over_de_inktpot_text{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
}
.over_de_inktpot_img2{
    z-index: 1;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    max-width: 250px;
    position: relative;
}

@media screen and (max-width: 1500px){
    .veelgestelde_vragen .veelgestelde_vragen_subtitle{
        font-size: 24px;

    }
}

@media screen and (max-width: 1120px){
    .over_de_inktpot .over_de_inktpot_text{
        font-weight: 400;
        font-size: 18px;
    }
}
@media screen and (max-width: 768px){
    .over_de_inktpot_img2{
        max-width: 150px;
    }
}
/*
@media screen and (max-width: 500px){
    .acc-head h5{
        padding-right: 25px;
    }
}*/
