.steps-carousel.default {
    max-width: 1900px;
    margin: 0 auto;
    padding: 112px 0 150px;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #000;
}
.steps-carousel.default::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 30%;
    background: #002EF3;
    filter: blur(157px);
    position: absolute;
    bottom: -60%;
    left: 0;
    z-index: 1;
}
.steps-carousel.default::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 30%;
    background: #FFE59C;
    filter: blur(157px);
    position: absolute;
    bottom: -80%;
    left: 0;
    z-index: 2;
}

.steps-carousel--body {
    position: relative;
    z-index: 3;
    text-align: center;
}

.steps-carousel--text {
    max-width: 560px;
    margin: 0 auto;
}

.steps-carousel--text h2 {
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -3px !important;
    margin: 0;
}

.steps-carousel--text p {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.4px;
    margin: 28px 0 0;
    opacity: 0.7;
}

.steps-carousel--items {
    margin-top: 106px;
}

.steps-carousel--item {
    margin-top: 18px;
    padding: 77px 40px 61px;
    border-radius: 120px;
    border: 1px solid #FFF;
    position: relative;
}

.steps-carousel--item span {
    padding: 9px 20px;
    border-radius: 32px;
    background: #2F56FF;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.4px;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.steps-carousel--item h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 88.889%;
    letter-spacing: -1.44px;
    margin: 0;
}
.steps-carousel--item p {
    font-style: normal;
    font-weight: 400;
    line-height: 144.444%;
    letter-spacing: -0.4px;
    margin: 24px 0 0;
    opacity: 0.7;
}

@media screen and (max-width: 991px) {
    .steps-carousel.default {
        padding: 64px 0;
    }

    .steps-carousel--text {
        max-width: 420px;
        padding: 0 20px;
    }

    .steps-carousel--text h2 {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -1.28px !important;
    }
    .steps-carousel--text p {
        font-size: 16px;
        line-height: 24px;
        margin: 24px 0 0;
    }

    .steps-carousel--items {
        margin-top: 41px;
        padding-bottom: 0;
    }

    .steps-carousel--item {
        padding: 38px 40px 18px;
    }

    .steps-carousel--item h3 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.72px;
    }
    .steps-carousel--item p {
        font-size: 16px !important;
        line-height: 24px;
        margin: 14px 0 0;
    }
}
