.info-with-progress-bar {
    background: #0C0C0C;
}

.info-with-progress-bar--text {
    text-align: center;
    margin-bottom: 86px;
}
.info-with-progress-bar--text h2 {
    color: #fff;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -3.2px !important;
    text-transform: capitalize;
    margin: 0;
}
.info-with-progress-bar--text p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.2px;
    margin: 20px 0 0;
}

.info-with-progress-bar--elements {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 67px;
}
.info-with-progress-bar--element {
    width: 100%;
    max-width: 355px;
}
.info-with-progress-bar--element h3 {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.92px !important;
    margin: 0;
}
.info-with-progress-bar--element p {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 127.273%;
    letter-spacing: -0.22px;
    margin: 20px 0 0;
    opacity: .7;
}
.info-with-progress-bar--element a.btn {
    height: 46px;
    margin: 32px 0 0;
    padding: 0 24px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.64px;
}

.info-with-progress-bar--bar-body {
    position: relative;
}

.progress-bar--back {
    width: 100%;
    height: 33px;
    border-radius: 40px;
    border: 1px solid #5A5A5A;
    background: #1E1E1E;
}
.progress-bar--front {
    width: 3%;
    height: 33px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 40px;
    border: 1px solid #CA89CF;
    background: linear-gradient(180deg, #00326D 26.65%, #0C0C0C 70.67%, #FF795A 121.03%);
    box-shadow: 0 4px 7.5px 0 #CB92D4 inset;
}
.progress-bar--step {
    width: 46px;
    height: 46px;
    padding: 0;
    position: absolute;
    top: -6px;
    left: 0;
    z-index: 3;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    text-align: center;
    border-radius: 40px;
    border: 1px solid transparent;
    background: transparent;
}
.progress-bar--step.step-2 {
    left: calc(50% - 23px);
}
.progress-bar--step.step-3 {
    left: calc(100% - 46px);
}
.progress-bar--step.active {
    border-color: #000;
    background: #2e56ff;
}

@media screen and (max-width: 991px) {
    .info-with-progress-bar--text {
        margin-bottom: 50px;
    }
    .info-with-progress-bar--text h2 {
        font-size: 40px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.92px !important;
    }
    .info-with-progress-bar--text p {
        line-height: 130%;
    }

    .info-with-progress-bar--body {
        display: grid;
        grid-template-columns: 46px 1fr;
        gap: 29px;
    }

    .info-with-progress-bar--bar-body {
        height: 71%;
    }

    .progress-bar--back {
        width: 33px;
        height: 100%;
    }
    .progress-bar--front {
        width: 33px;
        height: 2%;
        background: linear-gradient(90deg, #00326D 26.65%, #0C0C0C 70.67%, #FF795A 121.03%);
    }
    .progress-bar--step {
        top: 0;
        left: -6px !important;
    }
    .progress-bar--step.step-2 {
        top: calc(50% - 23px);
    }
    .progress-bar--step.step-3 {
        top: calc(100% - 46px);
    }

    .info-with-progress-bar--elements {
        margin-top: 0;
        flex-direction: column;
    }

    .info-with-progress-bar--element {
        max-width: 100%;
    }

    .info-with-progress-bar--element h3 {
        font-size: 30px;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -1.2px !important;
    }
    .info-with-progress-bar--element p {
        font-size: 14px;
        font-weight: 400;
        line-height: 142.857%;
        letter-spacing: 0;
        margin: 20px 0 0;
        opacity: 1;
    }
    .info-with-progress-bar--element a.btn {
        margin: 20px 0 0;
    }
}

@media screen and (max-width: 380px) {
    .info-with-progress-bar--bar-body {
        height: 74%;
    }
}
