.section--service-group .accordeon__content .accordeon__item b {
    color: #000;
    font-weight: 500;
}

.section-children {
    padding-left: 0rem;
}

.item .item-title {
    max-width: 100%;
    position: relative;
    flex: 1 0 60%;
    &:has(+ .filler){
        max-width: 80%;
        position: relative;
    }
}

.item .item-title .text-over-filler {
    position: relative;
    z-index: 2;
    background: white;
    padding-right: 0.7rem;
}

.item .item-title .filler.under-text {
    position: absolute;
    z-index: 1;
    left: 0;
}