/* Set width of container element and define margins */
#wrapper-mentions-legales {
    width: 80%; /* Set the width to 80% of the browser window */
    margin-top: 20px; /* Adjust as needed */
    margin-left: 40px; /* Adjust as needed */
    margin-left: 40px; /* Adjust as needed */
    margin-bottom: 50px; /* Adjust as needed */
}

/* Add space between turquoise border underneath H1 and first instance of H2 */
#wrapper-mentions-legales h1 {
    margin-bottom: 20px; /* Adjust this value as needed */
}

/* increase weight of the H2 text */
#wrapper-mentions-legales h2 {
    font-weight: 300; /* Adjust this value as needed */
}

#wrapper-mentions-legales .title {
    margin-bottom: 0px; /* Adjust this value as needed */
    font-weight: 500; /* Adjust this value as needed */
}

#wrapper-mentions-legales .answer {
   color: #00a8ac;
   font-weight: 400; /* Adjust this value as needed */
}