.timeline-title {
    font-size: 14px;
    color: #c00802;
    font-weight: 500;
}

.timeline {
    position: relative;
    margin: 0 auto;
}

    .timeline::after {
        content: "";
        position: absolute;
        width: 4px;
        background-color: #593798;
        top: 0px;
        bottom: 0px;
        left: 0;
        transform: translateX(-50%);
        border-radius: 20px;
    }

.timeline-event {
    position: relative;
    margin: 20px 0;
    padding: 10px 40px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 2px rgb(137 136 139 / 44%);
    text-align: left;
}

.timeline-date {
    font-size: 14px;
    font-weight: 500;
    color: #593798;
}

.timeline-content {
    font-size: 14px;
    font-weight: 600;
}

.timeline-event::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #593798;
    top: 50%;
    transform: translateY(-50%);
    left: -7px;
    z-index: 1;
}

.timeline-item:nth-child(odd) .timeline-content {
    text-align: right;
}

@media only screen and (min-width: 1441px) {
    .elementor-container {
        width: 1400px;
        max-width: 1400px;
        margin: auto
    }
}

@media only screen and (max-width: 1441px) {
    .elementor-container {
        width:85vw;
        margin: auto
    }
}
@media only screen and (max-width: 900px) {
    .elementor-container {
        width: 95vw;
        margin: auto
    }
}

