.three-step-process {
    width: calc(100% - 16px);
    max-width: 1900px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.three-step-process.default {
    border-radius: 20px;
    background: #EBEFFF;
}
.three-step-process.recharge-partners-expertise {
    width: 100%;
    background: #000;
}
.three-step-process.default::before,
.three-step-process.default::after {
    content: '';
    width: 1130px;
    height: 1130px;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
}
.three-step-process.default::before {
    top: -565px;
    left: -565px;
    opacity: 0.5;
    background: #FFF;
    filter: blur(240px);
}
.three-step-process.default::after {
    right: -565px;
    bottom: -565px;
    opacity: 0.15;
    background: #2E56FF;
    filter: blur(240px);
}

.three-step-process.recharge-partners-expertise::before,
.three-step-process.recharge-partners-expertise::after {
    content: '';
    width: 100%;
    height: 465px;
    position: absolute;
    left: 0;
    filter: blur(157px);
}
.three-step-process.recharge-partners-expertise::before {
    bottom: -178px;
    z-index: 1;
    border-radius: 30%;
    background: #002EF3;
}
.three-step-process.recharge-partners-expertise::after {
    bottom: -348px;
    z-index: 1;
    border-radius: 30%;
    background: #FFE59C;
}

.default .three-step-process-bg {
    position: relative;
    overflow: hidden;
    padding: 96px 16px;
}
.default .three-step-process-bg::before,
.default .three-step-process-bg::after {
    content: '';
    position: absolute;
    z-index: 1;
}
.default .three-step-process-bg::before {
    width: 271px;
    height: 265px;
    bottom: 10px;
    left: 10px;
    background: url(../../img/three-step-process-bg-before.svg) no-repeat;
    background-size: cover;
}
.default .three-step-process-bg::after {
    width: 365px;
    height: 358px;
    top: 0;
    right: 0;
    background: url(../../img/three-step-process-bg-after.svg) no-repeat;
    background-size: cover;
}

.three-step-process--body {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.recharge-partners-expertise .three-step-process--body {
    padding: 101px 0 128px;
    color: #fff;
}

.three-step-process--body .pre-heading {
    margin: 0;
    text-align: center;
}

.three-step-process--body h2 {
    text-align: center;
}
.default .three-step-process--body h2 {
    display: block;
    max-width: 580px;
    margin: 16px auto 48px;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1.2px !important;
}
.recharge-partners-expertise .three-step-process--body h2 {
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -3px !important;
    margin: 27px auto 116px;
}

.three-step-process--body h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 128.571%;
    letter-spacing: -0.84px !important;
    margin: 8px 0 0;
}

.three-step-process--body p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.2px;
    margin: 16px 0 0;
}
.three-step-process--body p:first-child {
    margin: 0;
}

.three-step-process--body ul {
    margin: 0;
    padding: 0;
}

.three-step-process--body li {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.4px;
}

.three-step-process--body--steps {
    display: flex;
    flex-direction: row;
}

.three-step-process--image {
    width: 50%;
    padding: 48px 0;
    display: grid;
    align-items: center;
    justify-content: center;
}
.three-step-process--image img {
    max-width: 322px;
}

.three-step-process--items {
    width: 50%;
    position: relative;
}
.default .three-step-process--items {
    padding: 48px 0 0 129px;
    border-left: 1px solid #8FA5FF;
}
.recharge-partners-expertise .three-step-process--items {
    padding: 0 0 0 76px;
}
.three-step-process--item {
    margin: 0 0 48px;
    position: relative;
}
.recharge-partners-expertise .three-step-process--item {
    margin: 0 0 81px;
}
.three-step-process--item::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
}
.default .three-step-process--item::before {
    background: #8FA5FF;
    top: 46px;
    left: -140px;
}
.recharge-partners-expertise .three-step-process--item::before {
    background: #fff;
    top: 6px;
    left: -86px;
}
.recharge-partners-expertise .three-step-process--item:not(:last-child)::after {
    content: '';
    width: 1px;
    height: calc(100% + 70px);
    position: absolute;
    top: 26px;
    left: -76px;
    background: #fff;
}

.recharge-partners-expertise .three-step-process--item .heading {
    position: absolute;
    top: 0;
    left: -152px;
    text-align: right;
}
.recharge-partners-expertise .three-step-process--item .heading h3 {
    display: block;
    width: max-content;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 88.889%;
    letter-spacing: -1.44px;
}

.three-step-process--items .btn {
    display: block;
    width: max-content;
    height: 48px;
    margin: 32px 0 0;
    padding: 12px 32px;
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    .three-step-process-bg {
        padding: 48px 16px;
    }
    .three-step-process--items {
        padding: 48px 0 0 60px;
    }
    .three-step-process--item::before {
        left: -70px;
    }

    .recharge-partners-expertise .three-step-process--item .heading h3 {
        font-size: 26px;
    }
}

@media screen and (max-width: 880px) {
    .recharge-partners-expertise .three-step-process-bg {
        padding: 0 28px;
    }
    .recharge-partners-expertise .three-step-process--body {
        padding: 64px 0;
        text-align: left;
    }

    .three-step-process--body--steps {
        flex-direction: column;
    }
    .three-step-process--body h2 {
        margin: 8px auto 0;
    }

    .recharge-partners-expertise .three-step-process--body .pre-heading {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.2px;
        text-align: left;
    }

    .recharge-partners-expertise .three-step-process--body h2 {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -1.28px !important;
        text-align: left;
        margin: 24px auto 56px;
    }

    .three-step-process--image {
        width: 100%;
        padding: 24px 0;
    }
    .recharge-partners-expertise .three-step-process--image {
        display: none;
    }

    .three-step-process--items {
        width: 100%;
        padding: 0;
        border: 0;
        text-align: center;
    }
    .recharge-partners-expertise .three-step-process--items {
        text-align: left;
        padding-left: 24px;
    }

    .three-step-process--item {
        margin: 0 0 24px;
        padding: 28px 0 0;
    }
    .three-step-process--item::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .recharge-partners-expertise .three-step-process--item {
        margin: 0 0 24px;
        padding: 0;
    }
    .recharge-partners-expertise .three-step-process--item::before {
        width: 12px;
        height: 12px;
        top: 5px;
        left: -16px;
    }
    .recharge-partners-expertise .three-step-process--item:not(:last-child)::after {
        height: calc(100% + 27px);
        top: 12px;
        left: -17px;
    }

    .recharge-partners-expertise .three-step-process--item .heading {
        position: static;
        text-align: left;
        margin-bottom: 8px;
    }
    .recharge-partners-expertise .three-step-process--item .heading h3 {
        position: static;
        font-size: 20px;
    }

    .recharge-partners-expertise .three-step-process--body ul {
        padding-left: 24px;
    }

    .recharge-partners-expertise .three-step-process--body li {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .three-step-process--items .btn {
        margin: 24px auto 0;
    }
}

@media screen and (max-width: 480px) {
    .three-step-process.default::before {
        width: 688px;
        height: 688px;
        top: -344px;
        left: -344px;
    }
    .three-step-process.default::after {
        width: 688px;
        height: 688px;
        right: -344px;
        bottom: -344px;
    }
    .three-step-process.recharge-partners-expertise::before {
        bottom: -228px;
    }
    .three-step-process.recharge-partners-expertise::after {
        bottom: -378px;
    }

    .three-step-process-bg.default::before {
        width: 140px;
        height: 138px;
        right: 10px;
        bottom: 10px;
        left: initial;
        z-index: 2;
    }
    .three-step-process-bg.default::after {
        width: 183px;
        height: 179px;
        right: initial;
        left: 0;
        z-index: 2;
    }
}
