.texte-2col--col-2 {
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 1024px) {
    .texte-2col--col-2 {
        margin: 0;
        flex-direction: row;
        gap: 96px;
    }
}

@media screen and (min-width: 1024px) {
    .texte-2col--col-2 div {
        flex: 1;
    }
}

.texte-2col--col-2 h3 {
    font-family: Inter, sans-serif;
    margin-bottom: 24px;
    font-size: 1.25rem;
}

@media screen and (min-width: 1024px) {
    .texte-2col--col-2 h3 {
        font-size: 1.5rem;
    }
}

.texte-2col--col-2 ul {
    list-style: disc;
    margin-left: 24px;
}

.texte-2col--col-2 ul li:not(:last-child) {
    margin-bottom: 16px;
}