.border-b-anim{position:relative}.border-b-anim:after{content:"";position:absolute;top:80%;left:0;height:2px;width:0;background:var(--offWhite);border-radius:4px;transition:all .2s ease-in-out}@media screen and (max-width:991px){.border-b-anim:after{top:0;left:-5px;height:100%}.border-b-anim:hover:after{width:2px}}@media screen and (min-width:992px){.border-b-anim:hover:after{width:100%}}