.xb-work-item {
    display: inline-block;
    padding: 18px;
}

.xb-work-item .xb-item--ineer {
    height: 195px;
    width: 195px;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 100%;
    background: linear-gradient(86deg, #F58220 0%, #F9B479 100%);
    /* background-image: url('/assets/img/ellipse.svg');  */
    background-image: url('/assets/img/ellipse.svg');
        background-size: cover;
    background-repeat: no-repeat;
background-position: center;
}

.xb-work-item .xb-item--title {
    font-size: 18px;
    margin-top: 15px;
}

.xb-work-item .xb-item--content {
    position: absolute;
    left: 50%;
    bottom: -54px;
    text-align: center;
    transform: translateX(-50%);
}

.xb-work-item .xb-item--line,
.xb-work-item .xb-item--number,
.xb-work-item .xb-item--arrow {
    display: none;
}

.xb-work-item .xb-img {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    animation: spin 20s linear infinite;
}

.xb-work-item--middle {
    padding: 24px;
}

.xb-work-item--middle .xb-item--ineer {
    height: 279px;
    width: 279px;
}

.xb-work-item--middle .xb-item--arrow {
    right: -32%;
}

.xb-work-item--middle .xb-item--title {
    margin-top: 27px;
}

.cd-work-item {
    position: relative;
    padding-left: 57px;
}

.cd-work-item:not(:last-child) {
    padding-bottom: 24px;
}

.cd-work-item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -51px;
    height: 100%;
    width: 2px;
    background: #00b59f;
}

.cd-work-item:nth-child(2)::before,
.cd-work-item:nth-child(2) .xb-number {
    background: #ff6a00;
}

.cd-work-item:nth-child(3)::before,
.cd-work-item:nth-child(3) .xb-number {
    background: #bb33df;
}

.cd-work-item:nth-child(4)::before {
    height: 426px;
    bottom: 0px;
    background: #3eb3ff;
}

.cd-work-item:nth-child(4)::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -7px;
    height: 15px;
    width: 15px;
    background: #3eb3ff;
    border-radius: 100%;
}

.cd-work-item:nth-child(4) .xb-number {
    background: #3eb3ff;
}

.cd-work-item .xb-number {
    position: absolute;
    top: 51px;
    left: -24px;
    height: 48px;
    width: 48px;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #00b59f;
    border-radius: 48px;
}

.cd-work-item .xb-item--inner {
    max-width: 608px;
    padding: 37px 47px 40px;
    border: 1px solid #eaedf0;
    border-radius: 16px;
    background: white;
}

.cd-work-item .xb-item--title {
    font-size: 22px;
    line-height: 38.4px;
    letter-spacing: -0.03em;
}

.cd-work-item .xb-item--content {
    font-weight: 500;
    line-height: 28.8px;
}

.cd-work-item .xb-item--img {
    margin-top: 50px;
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
}

.cd-work-left {
    position: sticky;
    top: 150px;
}

.tp-work-item {
    padding: 40px 30px;
    /* background: #fff; */
    background: #000;
    transition: 0.3s;
    border-radius: 15px;
    /* box-shadow: 0 8px 18px 0 rgba(221, 221, 231, 0.95); */
    border: 1px solid #F58220;
}

.tp-work-item .xb-item--inner {
    display: inline-flex;
    align-items: flex-start !important;
}

.tp-work-item .xb-item--icon {
    margin-right: 30px;
    width: 50px;
}

.tp-work-item .xb-item--holder {
    width: calc(100% - 80px);
}

.tp-work-item .xb-item--title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 0em;
    /* color: var(--color-heading-two); */
    color: white;
}

.tp-work-item .xb-item--content {
    max-width: 461px;
    font-family: 'Noto Sans', sans-serif;
}

.tp-work-item:hover {
    transform: scale(1.03);
}

.xb-work-wrap {
    border-radius: 25px;
}
