#competence_certifs {
    min-height: 100vh;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 8vw;
    gap: 3em;
    text-align: left;
    box-sizing: border-box;
}

#competence_certifs h2 {
    font-size: 1.5em;
    color: #ffffff;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

#competence_certifs p {
    font-size: 1.2em;
    color: #aaaaaa;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}