#hero-section h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 65px;
}

#hero-section h1 span {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

@media (max-width: 1440px) {
  #hero-section h1 {
    font-size: 40px;
    line-height: 50px;
  }

  #hero-section h1 span {
    font-size: 38px;
  }
}


@media (max-width: 1200px) {
  #hero-section h1 {
    font-size: 32px;
    line-height: 42px;
  }

  #hero-section h1 span {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  #hero-section h1 {
    font-size: 7vw;
    font-weight: 700;
    line-height: 10vw;
  }

  #hero-section h1 span {
    font-size: 7vw;
  }
}

@media (max-width: 768px) {

  p {
    font-size: 16px;
  }

  #table-hj .table-body {
    font-size: 18px;
  }

  #award-section li {
    font-size: 16px;
  }
}