.underline {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
}
.underline:before {
content: "";
position: absolute;
width: 50%;
height: 1px;
bottom: 0;
left: 25%;
border-bottom: 2px solid #49b96d;
}
