.geschikt_voor {
    display: grid;
    gap: 14px;
}

.geschikt_list {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
}

.geschikt_list strong {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #223e5b;
    color: #fff !important;
    font-weight: 700;
    line-height: 1;
}
.geschikt_voor {
    display: grid;
    gap: 14px;
    background: #f4e9d5;
    padding: 20px;
    border-radius: 15px;
}
.watikdoe p {
margin-bottom: 0px !Important;
}
.geschikt_voor p {
margin-bottom: 0px !Important;
color: #223e5b;
}
.diensten_page h2 {
    font-size: 32px !important;
    line-height: 45px !important;

}