.str-typewriter {
    border-right: 2px solid #000;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    animation: blink-caret 0.7s step-end infinite;
    font-weight: 400;
    line-height: 1;
    color: #14A09D;
}
.typewriter{color: #ffffff; line-height: 1;}
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: #000 }
}