    .becoem-posp-steps-bg {
        background-color: #0062AB;
    }

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

    .journey-wrap {
        padding: 76px 0 81px;
        margin: 60px 0 0;
    }


    .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: #fff;
    }

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

    .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;
        padding: 36px 0 0;
        gap: 30px;
        margin-left: 10px;
    }

    .journey-step-wrapper .journey-step-content {
        text-align: center;
        width: 33.3%;
        max-width: 365px;
        background-color: #fff;
        padding: 25px;
        box-shadow: -10px 0px #F89C30,
            0px 0px 36px #0000000D;
        border-radius: 22px;
        transition: all 0.3s;
    }

    .journey-step-wrapper .journey-step-content:hover {
        box-shadow: 0px 10px #F89C30,
            0px 0px 36px #0000000D;
    }

    .journey-step-content .registrationImageHeadDiv .journey-step-icons {
        max-width: 59px;
        height: 59px;
    	margin: 0 0 29px;
    }

    .journey-step-icons .step-icon {
        width: 100%;
        height: 100%;
    }

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

    .journey-step-content .journey-step-para {
        color: #5E5E5E;
        font-size: 18px;
        font-family: 'Titillium-regular';
        font-weight: 400;
        line-height: 30px;
        color: #262626;
        padding: 0;
    	text-align: left;
    }

    .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;
    }

	.journey-step-button {
    	min-width: 234px;
    	max-width: max-content;
    	background-color: #fff;
    	color: #0062ab;
    	border-radius: 31px;
    	padding: 16px;
    	margin: 56px auto 35px;
    	display: block;
    	cursor: pointer;
	}

    @media (max-width:767px) {

        .journey-wrap {
            padding: 50px 30px 80px;
    		margin: 0px;
        }

        .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 {
            max-width: unset;
            width: 100%;
            text-align: left;
        }

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

        .journey-step-wrapper {
            /* flex-direction: column; */
            flex-wrap: wrap;
    		padding: 3px 0 0;
        }

        .journey-step-wrapper .journey-step-content {
            text-align: left;
            width: 100%;
            max-width: unset;
        }

        .journey-step-content .registrationImageHeadDiv .journey-step-icons {
            margin: 0 0 20px;
        }

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

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

        .journey-step-content:nth-of-type(3) .registrationImageDiv .journey-step-icons .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;
        }

		.journey-step-button {
        	min-width: unset;
       	 	max-width: unset;
        	width: 100%;
        	margin: 28px auto 28px;
    	}
    }