.hero-subheading .pc-line-br{
  display: block;

}

.hero{
  height: 340px;
}

@media screen and (max-width:768px){
  .hero-subheading .pc-line-br{
    display: inline;
  
  }
  .hero-subheading .mobile-line-br{
    display: block;
  
  }
  
  
}