.line-element-shpe {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 160px;
}
.hozNewVersion .banner {
    background: transparent linear-gradient(61deg, #F6EAFF 0%, #C7E4FF 100%) 0% 0% no-repeat padding-box;
    position: relative;
}
.rapid-grow, .rapid-food, .rapid-inspire{
    background-color: #e7f0fe;
}
.hozNewVersion .banner-image {
    width: 42%;
}
.our-orgaz-card-col{
    display: flex;
    justify-content: space-between;
}
.our-orgaz-card-col div {
    flex-basis: 29%;
}
.our-orgaz-card-col div .nv-hoz-ans {
    padding-bottom: 40px;
}

.path-1,
.path-2 {
    fill: none;
}
.path-1 {
    stroke: black;
    stroke-dasharray: 1200;
    stroke-dashoffset: 400;
    stroke-width: 2px;
    opacity: 0.3;
    animation: 2s linear 0.5s forwards lineanimate;
}
.path-2 {
    stroke: #e3e7ff;
    stroke-width: 2px;
    stroke-dasharray: 6;
}
@keyframes circleOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.6;
    }
}
@keyframes lineanimate {
    0% {
        stroke-dashoffset: 1200;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@media only screen and (max-width: 767px) {
    .our-orgaz-card-col {
        flex-direction: column;
        padding-bottom: 20px;
      }
      .our-orgaz-card-col div .nv-hoz-ans{
        padding-bottom: 0;
      }
}
@media only screen and (max-width: 400px) {
    .hoz-designation{
        line-height: 1.35;
    }
}
@media only screen and (max-width: 390px) {
    .hozNewVersion .hoz-name {
        font-size: 36px;
    }
}
.journey-pic-col{
    max-width: 100%;
}