#hero-section h1 {
    /* font-size: 100px;
    line-height: 110px; */
}
#hero-section h1 span {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h2 {
  font-size: 44px;
}

@media (max-width: 1440px) {
  #hero-section h1 {
    /* font-size: 50px;
    line-height: 56px; */
  }

  h2 {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  #hero-section h1 {
    font-size: 40px;
    line-height: 48px;
  }

  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;
  }
} */