.wefollow{
         display: flex;
           padding-left: 5%;
           padding-right: 5%;
           margin-top: 5%;
           gap:25px;
           border-radius: 25px;
           padding-top: 1%;
           padding-bottom: 7%;
           flex-wrap: wrap;
           margin-top: 5%;
           background-color:#F5F8F9;

    }
    .wefollow_c0{
      flex: 98%;
    }
    .wefollow_c1{
        flex: 22%;
    }

     .wefollow_c0 h3
       {
           text-align: center;
           color:#EF8418;
           font-size:23px;
           font-weight: 900;
            margin-top:10%;
           line-height: 35px;
           margin-bottom:0%;
       }
     .wefollow_c0 h2
       {
           text-align: center;
           color: #00313B;
           font-size:32px;
           font-weight: 600;
           color: rgb(33, 37, 41);
           margin-top: 1%;
           margin-bottom: 0;
       }

     .wefollow_c0 img
     {
        width: 200px;
        margin-left:42%;
        margin-top: 0;
       }

 .wefollow_c1 h3
    {
        margin-top:0;
       text-align: center;
    padding-left: 12px;
    font-size:22px;
    font-weight: 400;
    line-height: 28px;
    color:#EF8418;
    margin-bottom: 1%;
    padding-top: 2%;
    padding-bottom: 2%;
       }
       .wefollow_c1 p{
         padding-left: 12px;
    padding-right: 12px;
    text-align: center;
     font-size:17px;
    font-weight: 400;
    line-height: 28px;
    color:rgb(101, 101, 101);
       }

  .wefollow_c1 img

  {
    border-radius: 50%;
    width: 50%;
    margin-left:30%;
    border:5px solid #EA447B;
  }
  .wefollow .down
  {
    padding-top:7%;
  }






 
 .wefollow_c1 svg {
    width: 100%;
    height: 148px;
}
.dashed {
    stroke-dasharray: 9;
    stroke-width: 10
}

.line {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 5s linear forwards infinite
}

.arrow {
    opacity: 0;
    animation: show .2s forwards;
    animation-delay: 1.55s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    pointer-events: none
}

@keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000
    }
    to {
        stroke-dashoffset: 0
    }
}
.tradition-info-box .wefollow_c1{
    position: absolute;
    z-index: -1;
}
.tradition-info-box:first-child .wefollow_c1,.tradition-info-box:nth-child(3) .wefollow_c1{
    right: -80px;
    top: 70px;
    transform: rotate(-4deg);
}
.tradition-info-box:nth-child(2) .wefollow_c1{
    right: -80px;
    top: -60px;
    transform: rotateX(180deg);
}
.tradition-info-box:nth-child(4) .wefollow_c1{
    right: -90px;
    top: 85px;
    transform: rotate(-18deg);
}
.tradition-info-box:nth-child(4) .wefollow_c1.meet{
    top: 178px;
    right: -80px;
    transform: rotate(58deg);
}
.tradition-info-box:nth-child(5) .wefollow_c1{
    right: -90px;
    top: 32px;
    transform: rotate(165deg);
}
.tradition-info-box:nth-child(6) .wefollow_c1{
    right: -90px;
    top: -58px;
    transform: rotateY(180deg) rotate(-11deg);
}
.tradition-info-box:nth-child(7) .wefollow_c1{
    right: -90px;
    top: 32px;
    transform: rotate(165deg);
}
.tradition-info-box:nth-child(8) .wefollow_c1{
    top: -137px;
    right: -39px;
    transform: rotate(165deg) rotateX(180deg);
}