.custom-section {
    padding: 40px 0;
    color: #fff;
}

.container {
    /*width: 80%;*/
    /*margin: 0 auto; !* Centrer le contenu *!*/
    /*max-width: 1200px;*/
}

.paragraph-title {
    font-size: 32px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.paragraph-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* Ligne continue jusqu'à la limite du container */
    height: 4px;
    background-color: #847336; /* Couleur de la ligne */
}

.line-white{
    color: #FFFFFF;
}
.line-white::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #FFFFFF; /* Couleur de la ligne */
}


.underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* Ligne continue jusqu'à la limite du container */
    height: 4px;
    background-color: #d7c996; /* Couleur de la ligne */
}

.paragraph-content p {
    margin-bottom: 10px; /* Espacement entre les paragraphes */
    /*line-height: 1.6;*/
    text-align: justify;!important;
    font-family: 'Fira Sans',sans-serif;!important;
    color: black;!important;
}
