#section3 h2 {
    display: flex;
    flex-direction: row-reverse;
    transform: translateX(-100px);
}

#parent1 {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

#section3 p {
    font-size: 20px;
}

#fleur2 {
    width: 450px;
    height: 350px;
    z-index: -1;
}