@media (min-width:992px){.lawyer-preview{width:33%;position:relative;text-align:center;transition:.3s ease-in-out}.lawyer-preview::after,.lawyer-preview::before{content:'';position:absolute;bottom:0;width:0%;height:3px;background-color:#080830;transition:.3s ease-in-out}.lawyer-preview::before{left:0}.lawyer-preview::after{right:0}.lawyer-preview:hover::after,.lawyer-preview:hover::before{width:50%}}