.nt-animated-title h1 {
    font-size: 6.25rem;
    font-weight: 300;
    color: white;
    line-height: 1em;
}
.nt-animated-title h1 strong {
    font-size: 500;
    display: block;
}

@media (max-width: 1024px) {
    .nt-animated-title h1 {
        font-size: 3.75rem;
    }
}
@media (max-width: 767px) {
    .nt-animated-title h1 {
        font-size: 2.75rem;
    }
}