#hero-section h1 {
  font-size: 58px;
  font-weight: 900;
  line-height: 66px;
}

h2 {
  font-size: 44px;
}

@media (max-width: 1440px) {
  #hero-section h1 {
    font-size: 54px;
    line-height: 62px;
  }

  h2 {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  #hero-section h1 {
    font-size: 44px;
    line-height: 52px;
  }

  h2 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  #hero-section h1 {
    font-size: 6vw;
    line-height: 8vw;
  }

  h2 {
    font-size: 5.5vw;
    line-height: 8vw;
  }
}

/* @media (max-width: 767px) {
  #hero-section h1 {
    font-size: 8vw;
    line-height: 10vw;
  }
} */