section.hero-sub-heading .heading br, 
section.hero-sub-heading .subheading br {
    display: none;
}

/* Media screen query Mobile 600px */
@media screen and (max-width: 600px) {
    section.hero-sub-heading .heading br,
    section.hero-sub-heading .subheading br {
        display: block;
    }
}