.journey-blocks{
    background-repeat: no-repeat;
    background-position: top 60px right 55%;    
}

.journey_blocks_top_zone{
    margin-bottom: 2%;
}

.journey_blocks_top_zone__title{
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    padding-top: -5%;
}

.journey_blocks_top_zone__subtitle{
    width: fit-content;
    justify-self: center;
    font-size: 15px;
    margin-top: 2%;
    padding-left: 1%;
    background: white;
}

.journey_blocks_journey{

}

.journey_blocks_row{
    display: flex;
}

.journey_blocks_row:first-child{
    margin-bottom: 5.5%;
}

.journey_blocks__block{
    width: 23%;
    border-radius: 8px;
    margin-right:3.5%;
    padding-bottom: 3%!important;
    padding: 1%;
    background-color: white;
    cursor: default;
    transition: 0.5s;

}

.journey_blocks__block:first-child{
    margin-left: 10%;
}

.journey_blocks__block:last-child{
    margin-right: 8%;
}

.journey_blocks__block:hover{
    background-color: #F4F9FF;
}

.jorueny_blocks__block__image{
    margin-bottom: 7%;
}

.journey_icon{

}

.journey_blocks__block__title{
    font-weight: 700;
    margin-bottom: 3%;
}

.journey_blocks__block__subtitle{
    margin-bottom: 7%;
    color: #0F7EFF;
}

.journey_blocks__block__text{
    line-height: 1.7;
    font-size: 14px;
}

.journey_blocks__block__text p{
    margin-bottom: 0px!important;
}
