.half-underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;           /* start from left */
    width: 50px;       /* length of underline */
    height: 3px;       /* thickness */
    background: #fbaf44;
    border-radius: 2px;
}
