.ai--journey-component-Section {
    position: relative;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 75px;
    overflow: hidden;
}

.ai--jbg img {
    width: 100%;
}

.ai--jbg {
    position: absolute;
    width: 100%;
    z-index: -1;
    /* top: 25px; */
}
.journey-subtitle {
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    color: var(--theme-primary);
    /* position: relative; */
    /* top: 0px; */
}

.journey-subtitle span {
    font-size: 600px;
    font-weight: 500;
    color: var(--theme-primary);
    line-height: 290px;
    letter-spacing: -40px;
    min-height: 390px;
    display: inline-block;
}

.journey-desc {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    color: var(--theme-primary);
    margin: 30px 0px 40px 0px;
}

@media(max-width:767px){
    .ai--jbg {
        top: 30px;
    }
    .journey-subtitle span {
        font-size: 155px;
        min-height: auto;
        line-height: 145px;
        letter-spacing: -10px;
    }

    .journey-subtitle {
        font-size: 14px;
        /* display: flex; */
        /* align-items: self-end; */
    }

    .ai--journey-component-Section {
        padding: 0px 0px 60px;
    }

    .journey-desc {
        font-size: 16px;
    }
}

@media(max-width:1023px) and (min-width: 768px){
    .journey-subtitle span {
        font-size: 295px;
        min-height: 0px;
        line-height: 145px;
        letter-spacing: -13px;
    }

    .journey-subtitle {
        font-size: 20px;
    }

    section.ai--journey-component-Section {
        padding-top: 35px;
    }

    .journey-desc {
        font-size: 20px;
    }
}

@media(max-width:1140px) and (min-width: 1024px){
    .journey-subtitle span {
        font-size: 400px;
        letter-spacing: -10px;
        min-height: auto;
    }

    .journey-subtitle {
        font-size: 20px;
    }

    section.ai--journey-component-Section {
        padding-top: 0;
    }

    .ai--jbg {
        top: 45px;
    }
}

@media(max-width: 2560px) and (min-width: 1920px){
    .journey-subtitle {
        margin-top: 100px;
    }

    .journey-subtitle span {
        font-size: 885px;
    }
}