.step-desk-para {
    display: block;
}

.step-mob-para {
    display: none;
}

.journey-wrap {
    padding: 0px;
}

.begin-your-journey {
    margin-bottom: 75px;
}

.journey-wrap h2 {
    font-family: 'Titillium-bold';
    font-size: 36px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    margin-bottom: 14px;
    padding: unset;
    color: #060606;
}

.journey-wrap .journey-para {
    color: #000;
    font-family: 'Titillium-regular';
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    max-width: 603px;
    margin: 0 auto 72px;
}

.journey-wrap p .step-three {
    font-family: 'Titillium-bold';
    font-weight: 700;
}

/* .journey-wrap img {
    max-width: 986px;
    width: 100%;
    object-fit: cover;
    height: 368px;
    margin-bottom: 30px;
} */

.journey-step-wrapper {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    /* gap: 87px; */
}

.journey-step-wrapper .journey-step-content {
    text-align: center;
    width: 33.3%;
    max-width: 312px;
}

.journey-step-content .registrationImageDiv .step-icon {
    max-width: 60px;
    max-height: 65px;
    width: 100%;
    height: 100%;
    margin-bottom: 24px;
}

.journey-step-content:nth-of-type(2) .registrationImageDiv .step-icon {
    max-width: 78px;
    max-height: 68px;
    width: 100%;
    height: 100%;
}

.journey-step-content:nth-of-type(3) .registrationImageDiv .step-icon {
    max-width: 71px;
    max-height: 63px;
    width: 100%;
    height: 100%;
}

.journey-step-content .journey-step-heading {
    color: #060606;
    font-size: 22px;
    font-family: 'Titillium-bold';
    font-weight: 700;
    line-height: 35px;
    padding-bottom: 13px;
}

.journey-step-content .journey-step-para {
    color: #5E5E5E;
    font-size: 18px;
    font-family: 'Titillium-regular';
    font-weight: 400;
    line-height: 30px;
    color: #5E5E5E;

}

.reg-button {
    text-align: center;
}

.reg-button .register-now-btn {
    width: 234px;
    height: 61px;
    font-family: 'Titillium-regular';
    background-color: #0062AB;
    font-size: 24px;
    line-height: 45px;
    color: #FFFFFF;
    border-radius: 31px;
    margin-top: 47px;
    cursor: pointer;
}

@media (max-width:767px) {
    .step-desk-para {
        display: none;
    }

    .step-mob-para {
        display: block;
    }

    .journey-wrap {
        padding: 0 20px;
    }

    .journey-wrap img {
        height: auto;
        margin-bottom: 62px;
    }

    .journey-wrap h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 21px;
        text-align: left;
    }

    .journey-wrap .journey-para {
        margin-bottom: 44px;
        max-width: unset;
        width: 100%;
        text-align: left;
    }

    .begin-your-journey {
        margin-bottom: 47px;
    }

    .journey-step-wrapper {
        /* flex-direction: column; */
        flex-wrap: wrap;
    }

    .journey-step-wrapper .journey-step-content {
        text-align: left;
        width: 100%;
        border-bottom: 1.8px solid #e6e6e6;
        padding-bottom: 35px;
        margin-bottom: 35px;
    	max-width: unset;
    }

    .journey-step-wrapper .journey-step-content:last-child{
        border: none;
        padding: unset;
        margin: unset;
    }

    .journey-step-content .registrationImageDiv .step-icon {
        max-width: 59px;
        max-height: 59px;
        width: 100%;
        height: 100%;
        margin-bottom: 12px;
    }

    .journey-step-content:nth-of-type(2) .registrationImageDiv .step-icon {
        max-width: 59px;
        max-height: 51px;
        width: 100%;
        height: 100%;
    }

    .journey-step-content:nth-of-type(3) .registrationImageDiv .step-icon {
        max-width: 59px;
        max-height: 56px;
        width: 100%;
        height: 100%;
    }

    .journey-step-content .journey-step-para {
        max-width: unset;
        width: 100%;
    }

    .reg-button{
        text-align: left;
    }
}