.header-title span {
    font-size: 2em;
    color: #333;
    /* border-right: 2px solid; */
    width: fit-content;
    white-space: wrap;
    overflow: hidden;
    animation: blink-caret 0.75s step-end infinite;
}

@keyframes blink-caret {
    50% { border-color: transparent; }
}