.hozNewVersion .banner-image{
    width: 50%;
}
.line-element-shpe {
    position: absolute;
    left: -41px;
    width: 190px;
    bottom: 90px;
}
.hozNewVersion .banner{
	background: transparent linear-gradient(58deg, #FFE1DB 0%, #DEFCF7 100%) 0% 0% no-repeat padding-box;
}
.rapid-grow-icon-bg {
    background-color: #FFF4D6;
}
.rapid-inspire-icon-bg {
    background-color: #e4f4ec;
}
.rapid-food-icon-bg {
    background-color: #e3ecf6;
}
.hozNewVersion section.wisdom {
    padding: 120px 0;
}
.hozNewVersion .wisdom_point p.wo-bullet{
    padding-left: 0;
}
.hozNewVersion .wisdom_point p span.paraHead{
	display: flex;
    font-family: var(--zf-primary-medium);
    padding-bottom: 10px;
}
.wo-bullet::after{
    display: none;
}
.hoz-rapid-question {
    padding: 45px 35px 95px;
}
.hoz-rapid-question span{
    /*max-width: 70%;*/
    margin: auto;
}
.rapid-grow, .rapid-food, .rapid-inspire  {
    background-color: rgba(255,255,255,0.4);
}

.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;
}
.nv-hoz-ans span{
	font-family: var(--zf-secondary-medium);
    font-size: 18px;
    color: #333;
}
.inspir-designation{
	font-size: 15px;
    color: #616161;
    margin-top: 10px;
    max-width: 72%;
	display: inline-flex;
}
.hoz-rapid.active .hoz-rapid-card:first-child {
    transform: translateY(0) translateY(15%)
}

.hoz-rapid.active .hoz-rapid-card:last-child {
    transform: translateY(0) translateY(-10%)
}

@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: 1200px){
    .hozNewVersion section.wisdom{
        padding: 0;
    }
    .hozNewVersion section.wisdom{
        padding: 0;
    }
}
@media only screen and (max-width: 920px){
    .hozNewVersion .hoz-name{
        font-size: 52px;
    }
}
@media only screen and (max-width: 480px){
    .hoz-detail .hoz-designation {
        max-width: 70%;
        line-height: 1.3;
      }
}

