@media screen and (max-width:576px) {
    .hero-1__heading{
        font-size: 40px;
        line-height: 50px;
    }
    .hero-1__heading span{
        display: inline;
    }
}

