.timeline {
    width: 80%;
    height: 1600px;
    margin: 80px auto;
    position: relative;
}

.vertical-line {
    width: 3px;
    height: 100%;
    background-color: #A91032;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    font-family: DM Sans, DM Sans;
    font-weight: 400;
    position: absolute;
    top: -25px;
    left: 50%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.timeline-item:nth-child(3) {
    left: 44px;
    top: 5%;
    text-align: right;
}
.timeline-item:nth-child(4) {
    top: 15%;

}
.timeline-item:nth-child(5) {
    left: 3px;
    top: 25%;
    text-align: right;
}
.timeline-item:nth-child(6) {
    top: 35%;

}
.timeline-item:nth-child(7) {
    left: 77px;
    top: 44%;
    text-align: right;
}
.timeline-item:nth-child(8) {
    top: 53%;

}
.timeline-item:nth-child(9) {
    left: 35px;
    top: 64%;
    text-align: right;
}
.timeline-item:nth-child(10) {
    top: 74%;

}
.timeline-item:nth-child(11) {          
    left: -84px;
    top: 83%;
    text-align: right;
}
.timeline-item:nth-child(12) {
    top: 90%;

}
.timeline-item:nth-child(13) {
    left: 67px;
    top: 97%;
    text-align: right;
}

.timelin-line-left {
    width: 184px;
    height: 1px;
    border: 1px dashed #A91032;
    transform: translateY(28px);
}


.timelin-line-left::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -11px;
    transform: translate(0, -50%);
    width: 21px;
    height: 21px;
    background-color: #A91032;
    border-radius: 50%;
}

.timelin-line-left::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    width: 11px;
    height: 11px;
    background-color: #A91032;
    border-radius: 50%;
}

.timelin-line-right {
    width: 98px;
    height: 1px;
    border: 1px dashed #A91032;
    transform: translateY(28px);
}

.timelin-line-right::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -11px;
    transform: translate(0, -50%);
    width: 11px;
    height: 11px;
    background-color: #A91032;
    border-radius: 50%;
}

.timelin-line-right::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    width: 21px;
    height: 21px;
    background-color: #A91032;
    border-radius: 50%;
}
.tll-3 {
    width: 139px;
}
.tll-4 {
    width: 177px;
}
.tll-5 {
    width: 65px;
}
.tll-6 {
    width: 116px;
}
.tll-7 {
    width: 107px;
}
.tll-8 {
    width: 158px;
}
.tll-9 {
    width: 227px;
}
.tll-10 {
    width: 260px;
}
.tll-11 {
    width: 76px;
}
.timeline-content {
    font-family: DM Sans, DM Sans;
    font-weight: 400;
    font-size: 19px;
    color: #4A4A4A;
}

.timeline-content h3 {
    font-size: 35px;
    color: #9B2742;
}

.timeline-content p {
    width: 341px;
    text-align: left;
}