#header-animated-title {
    font-family: "Inter", inter, sans-serif;
    line-height: 1.2em;
    font-size: 3.25rem;
    font-weight: 600;
    color: #dbb761;
    text-align: center;
}

#header-animated-title .ti-cursor {
    color: #fff !important;
    font-size: 1em;
}

#header-animated-title span {
    color: #fff;
}

@media (min-width: 1025px) {
    #header-animated-title br {
        display: none;
    }
}