    .h3section-divider { 
        display: flex; 
        align-items: center; 
        justify-content: center; 
        width: 100%; 
        margin: 20px 0; 
        text-align: center; 
    } 
    .h3section-divider hr { 
        flex-grow: 1; 
        height: 3px; 
        background-color: #CFB87C; 
        border: none; 
        margin: 0 40px; 
        /* space between text and lines */ 
        min-width: 50px; 
    }

    .h3section-divider span { 
        white-space: wrap; 
        font-size: 1.5rem; 
        font-weight: 300; 
    }