.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;
    &: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;
}
.link-arrow {
    transform: rotate(-90deg);
    width: 25px;

    & svg {
      width: 100%;
      & path{
        stroke: #d0d0d0;
      }
      a:hover & path {
        stroke: #e21e23;
      }
    }
}
