.mentions-bottom-page-decoration {
    padding: 1rem 3rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
    background-color: #fab515;
    border-radius: 5rem;
    color: #525252;
    display: inline-block;
}

.title-mention {
    text-align: center;
    font-weight: bold;
    margin-top: 1.5rem;
    color: #2b90cf;
}