.hozNewVersion .banner-image{
    width: 42%;
}
.line-element-shpe {
    position: absolute;
    left: 0px;
    width: 210px;
    bottom: 20px;
}
.hozNewVersion .banner{
background: transparent linear-gradient(61deg, #D4E1FF 0%, #FFECD9 100%) 0% 0% no-repeat padding-box;
}

.rapid-grow, .rapid-food, .rapid-inspire  {
    background-color:#f6f2f1;
}
.hozNewVersion .wisdom_point p.wo-bullet{
    padding-left: 0;
}
.wo-bullet::after{
    display: none;
}

.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: #e4dfef;
    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: 480px){
    .hoz-detail .hoz-designation {
        max-width: 70%;
        line-height: 1.3;
      }
}