#hero-section h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}

#hero-section h1 span {
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 1439px) {
  #hero-section h1 span {
    font-size: 44px;
    font-weight: 700;
  }

  #hero-section h1 {
    font-size: 74px;
    font-weight: 700;
    line-height: 84px;
  }
}


@media (max-width: 1200px) {
  #hero-section h1 span{
    font-size: 36px;
    font-weight: 700;
  }
  #hero-section h1 {
    font-size: 62px;
    font-weight: 700;
    line-height: 72px;
  }
}

@media (max-width: 991px) {
  #hero-section h1 span{
    font-size: 6vw;
    font-weight: 700;
  }
  #hero-section h1 {
    font-size: 9vw;
    font-weight: 700;
    line-height: 11vw;
  }
}

