.smallScreen{display:none}@media only screen and (max-width:640px){.big-Screen{display:none}.smallScreen{display:block}}.line-container{display:flex;align-items:center}.line{height:2px;border-bottom:2px dashed #fff;overflow:hidden}.circle,.line{position:relative}.circle{top:50%;left:0;width:11px;height:11px;background:#fff;border-radius:50%}.arrow{width:0;height:0;border-left:10px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent;margin-left:5px}@keyframes running-dash{0%{background-position:0}to{background-position:30px}}