#hero-section h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}


@media (max-width: 1439px) {
  #hero-section h1 {
      font-size: 48px;
      font-weight: 700;
      line-height: 48px;
  }
}


@media (max-width: 1200px) {
  #hero-section h1 {
      font-size: 40px;
      font-weight: 700;
      line-height: 40px;
  }
}

@media (max-width: 991px) {
  #hero-section h1 {
      font-size: 6vw;
      font-weight: 700;
      line-height: 6vw;
  }
}
@media (max-width: 768px) {
  #hero-section h1 {
      font-size: 7vw;
      font-weight: 700;
      line-height: 7vw;
  }
}