#section5 p {
    font-size: 20px;
}

#div2003 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

#fleur4 {
    width: 450px;
}

#grossesse {
    max-width: 300px; 
}

.div8 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#accouchement {
    max-width: 300px;
}

.div9 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#post-partum {
    max-width: 200px;
    padding-right: 50px;
}

.div10 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 20px;
}