#Cricle2{
    position: absolute;
    top: 361px;
}        

.cricle2{
    stroke-dasharray:1000;
    stroke-dashoffset:1000;
    animation: stroke 2.5s ease-in-out forwards;
    animation-delay:4400ms;
    transform: rotate(-90deg);
    transform-origin: 2%;
    cx:-20;
    cy:226;
    r:146;
    stroke:#002ED9;
    stroke-width:58px;
} 

@media screen and (min-width:1024px) and (max-width:1919px){
    #Cricle2{
        top: 382px;
}
    .cricle2{
            r: 170;
    }
    
}
    @keyframes stroke{
        to{
            stroke-dashoffset:0;
        }
    }
@media screen and (min-width:1920px){
    svg{
        top:799px;
        width:412px;
        height:656px;
    }
    #Cricle2{
        top:700px;
    }
    .cricle2{
        stroke-dasharray:1650;
        transform: rotate(110deg);
        cx:0;
        cy:266;
        r:264;
        stroke-width:88px;
    } 
}