h1, h1 span{
  font-size: 47px!important;
  line-height: 1.2!important;
  
}
h2, h2 span{
  font-size: 32px!important;
  line-height: 1.2!important;
  color: #fc5000!important;
}
h3, h3 span{
  font-size: 24px!important;
  line-height: 1.2!important;
  color: #fc5000!important;
}
@media (max-width:767px){
  h1, h1 span{
  font-size: 35px!important;
  line-height: 1.2!important;
  
}
h2, h2 span{
  font-size: 28px!important;
  line-height: 1.2!important;
  color: #fc5000!important;
}
h3, h3 span{
  font-size: 20px!important;
  line-height: 1.2!important;
  color: #fc5000!important;
  
  
}