.custom--online {
    background-image: url("/static/features/car/aonauto/schade-online.svg");
}
.custom--handling {
    background-image: url("/static/features/car/aonauto/schade-afhandeling.svg");
}
.custom--service {
    background-image: url("/static/features/car/aonauto/schade-service.svg");
}
.custom--window {
    background-image: url("/static/features/car/aonauto/schade-ruit.svg");
    background-size: 70px !important;
}
.custom--window:before,
.custom--online:before,
.custom--handling:before,
.custom--service:before {
     content: none;
}