.bg-dark {
    background-color: rgba(194, 130, 133, 1) !important;
}

.text-primary {
    color: #C28285 !important;
}

.border-primary {
    border-color: #121F38!important;
}

.section-title::before {
    background: #C28285;
}

.section-title::after {
    background: #C28285;
}


.bg-secondary {
    background-color: rgba(194, 130, 133, .1) !important;
}



.timeline::after {
    background: #C28285;
}

.timeline .row::before {
    background: #FFFFFF;
    border: 2px solid #C28285;
}



