.timeline {
    position: relative;
    padding: 20px 0;
}
.timeline::after {
    display: none !important;
}
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e9ecef;
    left: 220px !important;
    margin-left: -1px;
}
.timeline-row {
    display: grid !important;
    grid-template-columns: 220px 1fr;
    position: relative;
    margin-bottom: 40px !important;
}
.timeline-row::after, .timeline-row::before {
    display: none !important;
}
.timeline-time {
    text-align: right;
    padding-right: 40px !important;
    padding-top: 10px;
}
.timeline-time h3 {
    font-size: 24px !important;
    font-weight: bold !important;
    color: #343a40 !important;
    margin: 0 0 5px 0 !important;
    position: relative !important;
}
.timeline-time h6 {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #6c757d !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    position: relative !important;
    word-wrap: break-word !important;
}
.timeline-dot {
    position: absolute !important;
    left: 220px !important;
    top: 15px !important;
    width: 32px !important;
    height: 32px !important;
    margin-left: -16px !important;
    background: #007bff;
    border-radius: 50%;
    z-index: 2;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 16px !important;
}
.timeline-content {
    margin-left: 30px !important;
    padding: 25px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    position: relative !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
}
.timeline-content h4 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    font-size: 1.25rem !important;
    color: #343a40 !important;
}
.timeline-content p {
    margin-bottom: 0 !important;
    color: #6c757d !important;
    font-weight: 500 !important;
}
.fb-bg { background-color: #3b5998 !important; }
.green-one-bg { background-color: #32c1ce !important; }
.green-two-bg { background-color: #5cb85c !important; }
.green-three-bg { background-color: #28a745 !important; }
.green-four-bg { background-color: #20c997 !important; }
.teal-bg { background-color: #20c997 !important; }
.sea-green-bg { background-color: #20c997 !important; }

@media (max-width: 767px) {
    .timeline::before {
        left: 30px !important;
    }
    .timeline-row {
        display: flex !important;
        flex-direction: column !important;
    }
    .timeline-time {
        text-align: left !important;
        padding-left: 60px !important;
        padding-right: 0 !important;
        margin-bottom: 15px !important;
    }
    .timeline-dot {
        left: 30px !important;
        top: 15px !important;
    }
    .timeline-content {
        margin-left: 50px !important;
    }
}
