@media only screen
and (max-device-width : 480px)  {
    h1{
        font-size: 2rem;
        line-height: 2rem;
    }
    h1 span{
        margin-top: -1rem ;
        font-size:.9rem
    }
}