.line-small{
    position: relative;
}

.line-small::after{
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--blue);
    width: calc(50% - var(--gap));
    margin: auto;
    left: 0;
    right: 0;
    top: -3px;
}