@media (max-width:1440px){ 
    .meedenkend-door h2 img { width: 40px; height: 40px; }
    .gerelateerde-btn { gap: 20px; }
    .gerelateerde-btn a { width: calc(33.33% - 13.33px); }
    .betrokken-text-aside .filter_team-box { width: calc(33.3% - 13.33px); }

}
@media (max-width:1200px){ 
    .meedenkend-door h2 img { width: 35px; height: 35px; }
    .onze-family .fiterable_team { column-gap: 20px; row-gap: 20px; }
    .filter_team-box { width: calc(33.3% - 13.3px); }
    

}
@media (max-width:1024px){ 
    .meedenkend-door h2 img { width: 30px; height: 30px; }
}
@media (max-width:991px){ 
    .contact-aside-right { position: relative; }
}
@media (max-width:767px){
    .filter_team-box { width: calc(50% - 5px); }
    .onze-family .fiterable_team { column-gap: 10px; row-gap: 10px; }
    .gerelateerde-btn { gap: 10px; }
    .gerelateerde-btn a { width: calc(50% - 5px); }
    .margreet-section { gap: 10px; align-items: center; }
    .margreet-ico ul { justify-content: center; }
    .betrokken-text-aside .filter_team-box {width: calc(50% - 5px);}
 }
 @media (max-width:480px){
    .filter_team-box { width: 100%}
    .team_person-data { text-align: center; }
    .team_person_info ul { justify-content: center; }
    .gerelateerde-btn a { width: 100%; }
    .betrokken-text-aside .filter_team-box {width: 100%}
 }