.mentions-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}


.mentions {
    margin: 2rem 0;
    width: 80%;
}

.mentions-h3 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 1rem;
}