.bg-primary {
    background-color: #3b5998 !important;
}

.text-primary {
    color: #3b5998 !important;
}
.text-justify {
    text-align: justify;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0d6efd;
    text-decoration: none;
}

.timeline {
    position: relative;
}

.timeline-dot {
    position: absolute;
    left: -33px;
    top: 8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #0d6efd;
}