.two-colonnes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.two-colonnes .two-colonnes_content {
    width: 48%;
}

.two-colonnes .two-colonnes_content h2 {
    margin-top: inherit;
}