.hero-title,h2.hero-title{
font-size:34px!important;
font-weight:800!important;
color:#000!important;
text-align:center!important;
line-height:1.3;
animation:pulseText 1.8s ease-in-out infinite;
text-shadow:0 2px 8px rgba(0,0,0,.15);
}
@media(max-width:768px){.hero-title,h2.hero-title{font-size:26px!important;}}
@keyframes pulseText{0%,100%{transform:scale(1)}50%{transform:scale(1.04)}}