.text{display:inline-block;overflow:hidden}.text span{animation:slideInFromBottom .5s forwards;animation-delay:.3s;background:#f4c400;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#003779;display:inline;font-weight:600;line-height:3em;opacity:0;padding:5px;transform:translateY(100%)}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width:540px){.text{font-size:5.5vw}}@media only screen and (min-width:750px){.text{font-size:1.2vw}}