#hero-section h1 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 700;
  /* text-shadow: 0 0 3px #ffc700, 0 0 12px #ffc700; */
}

@media (max-width: 1200px) {
  #hero-section h1 {
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    /* text-shadow: 0 0 3px #ffc700, 0 0 12px #ffc700; */
  }

}

@media (max-width: 768px) {
  #hero-section h1 {
    font-size: 7vw;
    line-height: 9vw;
  }
}


@media (max-width: 576px) {
  #hero-section h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
}