.bg-dark {
    background-color: rgba(146, 159, 164, 1) !important;
}

.text-primary {
    color: #929FA4 !important;
}


.section-title::before {
    background: #929FA4;
}

.section-title::after {
    background: #929FA4;
}


.bg-secondary {
    background-color: rgba(146, 159, 164, .5) !important;
}


.btn-outline-primary {
    color: #929FA4;
    border-color: #929FA4;
}

.timeline::after {
    background: #929FA4;
}

.timeline .row::before {
    background: #FFFFFF;
    border: 2px solid #929FA4;
}




