.collection-hero__title{
    font-size: 24px;
    line-height: 30px;
}  
@media(min-width:750px){
    .collection-hero__title{
        font-size: 30px;
        line-height: 40px;
    }  
}