.hero-section .vc_custom_heading{
  font-size:64px;
  line-height:1.1;
}

@media (max-width:1024px){
  .hero-section .vc_custom_heading{
    font-size:48px;
  }
}

@media (max-width:767px){
  .hero-section .vc_custom_heading{
    font-size:36px;
    line-height:1.2;
  }
}