main .mention,
main .cgv{
    max-width: 1200px;
    margin: auto;
    padding: 5vh;
    position: relative;
    margin-top: 5vh;
    border-radius: 1vh;
    margin-bottom: 5vh;
    display: flex;
    flex-direction: column;
    gap: 2vh ;
}
main h2{
    font-size: 2.5vh;
    line-height: 1.08349;
    font-weight: 600;
    letter-spacing: -.003em;
    border-bottom: 0.25vh solid #c5ab63;
}
main span.subtitle{
    font-weight: lighter;
}
main span.subtitle1{
    font-weight: italic;
}
main span.title{
    font-weight: bold;
}
main .txt1{
    display: flex;
    flex-direction: column;
    gap: 2vh;
}