.jisetf-timeline-container {
    position: relative;
    width: 100%;
    height: 1171px;
    background: #155789;
    overflow: hidden;
    font-family: "Cairo", sans-serif;
}
.timeline-wrapper {
    position: relative;
    width: 869px;
    height: 1171px;
    margin-left: auto;
    margin-right: 15%;

    font-family: "Cairo", sans-serif;
}
.jisetf-timeline-title-bg {
    position: absolute;
    width: 771px;
    height: 771px;
    background-image: url("../images/timeline/circle.svg");
    background-repeat: no-repeat;
    background-position: -135px -70px;
    background-size: 640px;
}

.jisetf-timeline-title {
    position: absolute;
    left: 73px;
    top: 118px;
    width: 511px;
    font-size: 110px;
    font-weight: 700;
    color: #fff;
    line-height: 153px;
    text-align: center;
    z-index: 2;
}

.jisetf-step {
    position: absolute;
    width: 440px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.jisetf-step-number {
    position: absolute;
    font-size: 250px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.1);
    line-height: 1;
    z-index: 0;
    pointer-events: none;
}
.jisetf-step-number.first {
    top: -50%;
    left: 0%;
}
.jisetf-step-number.second {
    top: -36%;
    left: -20%;
}
.jisetf-step-number.third {
    top: -95%;
    right: -15%;
}
.jisetf-step-number.fourth {
    top: -50%;
    right: -30%;
}
.jisetf-step-number.fifth {
    top: -50%;
    right: -15%;
}
.jisetf-step-number.sixth {
    top: -35%;
    right: -20%;
}
.jisetf-step-text {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 24px;
    line-height: 39px;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-right: 12px;
}

.jisetf-step-title {
    font-weight: 700;
}

.jisetf-step-body {
    font-size: 20px;
    font-weight: 400;
}

.jisetf-step-body strong {
    font-weight: 700;
}
.jisetf-step-dot {
    position: absolute;
    width: 35px;
    height: 35px;
    background: #f7b531;
    border: 7px solid white;
    border-radius: 50%;
    z-index: 3;
}

