.qce__secteurs-dactivites {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.qce__secteurs-dactivites > a {
    display: flex;
    width: 45%;
    margin-top:30px;
    justify-content: space-between;
}

.qce__secteurs-dactivites .secteur-dactivite {
    display: flex;
    width: 90%;
    justify-content: space-between;
}

.qce__secteurs-dactivites .secteur-dactivite {
    font-family: var(--e-global-typography-e920fde-font-family), Sans-serif;
    font-size: var(--e-global-typography-e920fde-font-size);
    line-height: var(--e-global-typography-e920fde-line-height);
    letter-spacing: var(--e-global-typography-e920fde-letter-spacing);
    word-spacing: var(--e-global-typography-e920fde-word-spacing);
    border-bottom:2px solid var(--e-global-color-a944783);
    padding-bottom:30px;
    column-count: 2;
    list-style: none;
}

.qce__secteurs-dactivites .secteur-dactivite .qce-arrow-right:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('https://www.clinitex.fr/wp-content/uploads/2024/03/rectangle-83-stroke.svg') no-repeat center center;
    margin-left: auto;
    transition: all .2s ease-in-out;
}

.qce__secteurs-dactivites .qce-secteur__icon {
    display: block;
    height: 30px;
    width: 30px;
}

@media (max-width:1024px) {
    .qce__secteurs-dactivites > a {
        gap: 15px;
    }
}
@media (max-width:767px) {
    .qce__secteurs-dactivites > a {
        width: 100%;
    }
}