#display_experience_flex {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;

    max-width: 45rem;
    padding: 1rem;

    justify-content: center;

    text-align: center;

    box-shadow: #00000030 0px 10px 20px, #0000003b 0px 6px 6px;
    background: #f3a7ebb3;
    background: linear-gradient(to right, #87efff, #f3a7eb);;
    border-radius: 15px;

    margin: 0 .4rem;
}

#display_experience_flex>h2 {
    font-size: 2rem;
    font-weight: bold;
    text-decoration: underline;
}

#display_experience_flex div {
    width: fit-content;
    margin: 0 auto;
}

#display_experience_flex div a p {
    color: black;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: start;
}

.img_technologie_enterprise {
    width: 100%;
}

@media (min-width: 720px) {
    #display_experience_flex {
        margin: 1rem auto;
    }
}

@media (min-width: 768px) {
    .img_technologie_enterprise {
        width: 16rem;
        height: 5rem;
    }
}