/* Style pour la section de message marketing */
.marketing-message {
    background-color: #fff;
    padding: 50px 0;
    text-align: justify; /* Justification du texte */
}

.marketing-message h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
}
.marketing-message p {
    max-width: 800px; /* Adjust the value as needed */
    margin: 0 auto; /* Center the text horizontally */
}
