#line-container{margin:0 auto}.animated-path{stroke-dasharray:1000;stroke-dashoffset:1000;animation:dash 2s linear forwards}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@media screen and (max-width:600px){#line-container{margin:0}}