.mentions-legales {
    margin: 65px 20px 0 10px;
}
h1{
    font-weight: 800;
    text-align: center;
}
h2{
    font-weight: 800; 
}
h3{
    font-weight: 700;
}
a{
    color: #D3D828;
    text-decoration: none;
}

@media (min-width: 992px) {
    .mentions-legales {
    margin: 65px 65px 0 65px;
    }
}