body {
    background-color: #f9f9f9;
}

main.mentions-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 4rem;
}

main.mentions-wrapper > h1 {
    font-size: 3.6rem;
    text-align: center;
}

main.mentions-wrapper section {
    width: 100%;
    max-width: 1000px;
    background-color: white;
    padding: 4rem;
    border-radius: 2rem;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.3);
    font-family: var(--second-ff), sans-serif;
}

section h1 {
    font-size: 4rem;
    color: black;
    margin-bottom: 2rem;
}

section h2 {
    font-size: 2.4rem;
    /* margin-top: 3rem; */
    color: #333;
}

section p {
    font-size: 1.4rem;
    margin-top: 1rem;
    line-height: 1.8;
}

section ul {
    list-style-type: disc;
    margin-left: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
}

section li {
    margin-bottom: 0.5rem;
}

section a {
    color: #007bff;
    text-decoration: none;
}

section a:hover {
    text-decoration: underline;
}
