.tiger-hero-title{position:relative;display:inline-block}
.tiger-hero-title::after{content:"";position:absolute;left:50%;bottom:-14px;height:4px;width:0;background:#e6e25b;transform:translateX(-50%);border-radius:2px;animation:tigerHeroUnderline 1s ease forwards .35s}
@keyframes tigerHeroUnderline{to{width:120px}}
.tiger-hero{background-attachment:fixed}