.how-we-do {
    padding: 90px 0;
    background: #fff;
    overflow: hidden;
    background-image: url(../images/telegram-bg.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: inherit;
    position: relative;
}

.how-we-do:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(333deg, rgb(255 248 248 / 93%) 41%, rgb(248 254 255) 100%);
}

.how-we-do .container {
    position: relative;
    z-index: 10;
}

.how-we-do .sub-title {
    display: inline-block;
    font-size: 18px;
    color: #2a6df5;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
}

.how-we-do .sub-title::before {
    content: "";
    width: 35px;
    height: 2px;
    background: #2a6df5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.how-we-do .left-content h2 {
    font-size: var(--font-hl);
    line-height: 1.2;
    color: var(--basedark-color);
    font-weight: 700;
    margin-bottom: 45px;
}

.how-we-do .service-item h4 {
    font-size: 17px;
    color: #1d1d1d;
    margin-bottom: 15px;
    font-weight: 600;
}

.how-we-do .service-item p {
    font-size: 18px;
    color: #1e1d1d;
    line-height: 1.7;
}

.how-we-do .right-content {
    position: relative;
}

.how-we-do .service-item .step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 36px;
    background: var(--primarydark-color);
    color: #fff;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.how-we-do .service-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.how-we-do .subscribe_one:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 177px;
    background-color: var(--primarydark-color);
}

.how-we-do .subscribe_two {
    margin-left: 75px;
    position: relative;
}

.how-we-do .subscribe_three {
    margin-left: 170px;
    position: relative;
}

.how-we-do .subscribe_bgimg img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 40px;
}

.how-we-do .subscribe_titel p {
    font-size: 25px;
    color: var(--basedark-color);
}

.how-we-do .subscribe_one {
    position: relative;
}

.how-we-do .subs_txt {
    padding-left: 8px;
    position: relative;
}

.how-we-do .subs_txtone:after {
    position: absolute;
    content: "";
    top: 124px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 79px;
    height: 5px;
    background-color: var(--primarydark-color);
}

.how-we-do .subs_txttwo:after {
    position: absolute;
    content: "";
    top: 124px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 5px;
    background-color: var(--primarydark-color);
}

.how-we-do .subscribe_two:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 177px;
    background-color: var(--primarydark-color);
}

.how-we-do .subs_txtthree:after {
    position: absolute;
    content: "";
    top: 131px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 25px;
    height: 5px;
    background-color: var(--primarydark-color);
}

.how-we-do .subscribe_three:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 184px;
    background-color: var(--primarydark-color);
}

@media (max-width: 991px) {
    .how-we-do .sub-title {
        padding-left: 0;
    }

    .how-we-do .sub-title::before {
        display: none;
    }

    .how-we-do .left-content h2 {
        font-size: 30px;
    }
    .how-we-do {
    padding: 0px 0;
}
.how-we-do .service-item{
        margin-top: 20px;
}
.how-we-do .subscribe_two {
    margin-left: 0px;
}
.how-we-do .subscribe_three {
    margin-left: 0px;
    position: relative;
}
.how-we-do .subscribe_one:after {
    height: auto;
}
.how-we-do .subscribe_two:after {
    height: auto;
}
.how-we-do .subscribe_three:after {
    height: auto;
}
.how-we-do .subs_txtone:after {
    top: auto;
}
.how-we-do .subs_txttwo:after {
    top: auto;
}
.how-we-do .subs_txtthree:after {
    top: auto;
}
}

@media (min-width:1200px) and (max-width:1399px) {
    .how-we-do .left-content h2 {
        font-size: var(--font-xxl);
    }

    .how-we-do .subscribe_bgimg img {
        height: 275px;
    }

    .how-we-do .service-item .step-number {
        height: 36px;
    }

    .how-we-do .service-item p {
        font-size: 16px;
    }

    .how-we-do .subscribe_titel p {
        font-size: 20px;
        font-weight: 600;
    }

    .how-we-do .subs_txtone:after {
        top: 103px;
    }

    .how-we-do .subscribe_one:after {
        top: 24px;
        height: 132px;
    }

    .how-we-do .subscribe_two:after {
        height: 154px;
    }

    .how-we-do .subs_txttwo:after {
        top: 101px;
    }

    .how-we-do .subscribe_three:after {
        height: 165px;
    }

    .how-we-do .subs_txtthree:after {
        top: 113px;
    }

    .how-we-do .service-item {
        margin-bottom: 14px;
    }
}

@media (min-width:1700px) and (max-width:1900px) {
    .how-we-do .sub-title {
        font-size: 20px;
    }

    .how-we-do .left-content h2 {
        font-size: 45px;
    }

    .how-we-do .subscribe_bgimg img {
        height: 350px;
    }

    .how-we-do .service-item .step-number {
        width: 115px;
        height: 45px;
        font-size: 20px;
    }

    .how-we-do .subscribe_titel p {
        font-size: 28px;
    }

    .how-we-do .service-item p {
        font-size: 21px;
    }

    .how-we-do .service-item {
        margin-bottom: 42px;
    }

    .how-we-do .subscribe_one:after {
        height: 209px;
    }

    .how-we-do .subs_txtone:after {
        top: 149px;
    }

    .how-we-do .subscribe_two:after {
        height: 212px;
    }

    .how-we-do .subs_txttwo:after {
        top: 150px;
    }

    .how-we-do .subscribe_three:after {
        width: 3px;
        height: 230px;
    }

    .how-we-do .subs_txtthree:after {
        top: 165px;
    }
}

@media (min-width:1901px) and (max-width:3000px) {
    .how-we-do .sub-title {
        font-size: 22px;
    }

    .how-we-do .left-content h2 {
        font-size: 45px;
    }

    .how-we-do .subscribe_bgimg img {
        height: 350px;
    }

    .how-we-do .service-item .step-number {
        width: 143px;
        height: 51px;
        font-size: 23px;
    }

    .how-we-do .service-item p {
        font-size: 25px;
    }

    .how-we-do .subscribe_titel p {
        font-size: 30px;
        font-weight: 600;
    }

    .how-we-do .service-item {
        margin-bottom: 35px;
    }

    .how-we-do .subscribe_one:after {
        height: 238px;
    }

    .how-we-do .subs_txtone:after {
        top: 172px;
    }

    .how-we-do .subscribe_two:after {
        height: 240px;
    }

    .how-we-do .subs_txttwo:after {
        top: 172px;
    }

    .how-we-do .subscribe_three:after {
        width: 3px;
                height: 262px;
    }

    .how-we-do .subs_txtthree:after {
        top: 191px;
    }
}