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