.block_about_intro {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block_about_intro > div {
    position: relative;
    padding-top: 5rem;
    margin-bottom: 3rem;
}

.block_about_intro img {
    position: absolute;
    opacity: 0.2;
    left: 50%;
    top: -1em;
    transform: translateX(-50%);
    height: 12em;
    width: auto;
}

.block_about_intro > span.path:not(.title) {
    align-self: flex-start;
    margin-left: 0%;
    margin-top: 1rem;
}

.block_about_intro div > span.path:not(.title) {
    position: absolute;
    left: -2rem;
    bottom: 10%;
}

.block_about_intro .path.title.toggle {
    /* width: 6rem;
    height: 6rem; */
    display: block;
    background-color: #002c76;
    border-radius: 50%;
}

.block_about_dudes .job_text strong,
.block_about_dudes .job_text a {
    line-height: 1.3;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .block_about_intro .path.title.toggle {
        margin: 5rem;
        display: block;
        width: fit-content;
    }

    .block_about_intro .path.title.toggle + h1 {
        padding-top: 2rem;
    }

    .block_about_intro div > span.path:not(.title) {
        bottom: 20%;
    }

    .block_about_intro img {
        left: auto;
        right: 3rem;
        top: 3rem;
        transform: none;
        height: 17rem;
    }
}