#explication {
    background-color: rgb(246, 246, 253);
    padding: 0 20vw 2rem 20vw !important;
}

#explication h2,
#explication h3,
#explication p {
    color: black !important;
}

#explication h3 {
    gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
}

#explication span.material-symbols-outlined {
    font-size: 5rem;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 3, 'opsz' 48;
}

@media screen and (max-width: 1200px) {
    #explication {
        padding: 0 10vw 2rem 10vw !important;
    }
    #explication p {
        text-align: justify;
        width: 100%;
    }
}
