.hero span{
    font-size: 1.4rem;
}
    @media screen and (max-width:440px){
        .hero span{
            font-size: 0.9rem;
        }
}


