section {
    display: flex;
    gap: 40px;
}
section .image,
section .texte {
    flex: 1;
    width: 50%;
    background: yellowgreen;
}