.projective-expertise-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    transition: opacity 0.3s ease;
}


/* ===== Liste Expertise Keywords ===== */
.expertise-keywords {
    list-style: none;
    padding: 0;
    margin: 0;
}

.expertise-keywords li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}

.expertise-keywords li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: inherit;
}
