.bg-dark {
    background-color: rgba(132,125,116, 1) !important;
}

.text-primary {
    color:  #847D74!important;
}

.border-primary {
    border-color: #121F38!important;
}

.section-title::before {
    background:  #847D74;
}

.section-title::after {
    background:  #847D74;
}


.bg-secondary {
    background-color: rgba(132,125,116, .5) !important;
}


.timeline::after {
    background:  #847D74;
}

.timeline .row::before {
    background: #FFFFFF;
    border: 2px solid  #847D74;        
}

