@keyframes grow-border{0%{width:0}to{width:100%}}.border-animate{position:relative;overflow:hidden}.border-animate:after{content:"";position:absolute;bottom:0;left:0;height:100%;border-bottom:1px solid #97a9b0;width:0;animation:grow-border .4s ease-out forwards}
