.hero {
  color: white;
  padding: 8rem 24px;
  margin: 60px 0 48px;
  text-align: center;
  background: #0093f9;
}

.hero .banner {
  margin: auto;
  position: relative;
}

.hero h1 {
  font-size: clamp(6rem, 9vw, 25rem);
  font-family: "DynaPuff", system-ui;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: clamp(6rem, 9vw, 25rem);
  font-weight: bold;
  margin: 0 0 2.5rem;
}

.hero .highlight {
  color: #ffd700;
}

.hero h2 {
  font-size: 5rem;
  font-family: "Sniglet", system-ui;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto 3rem;
  line-height: 1.5;
  max-width: 20em;
}

.hero .terms {
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
  border-radius: 10px;
  text-align: left;
  max-width: 50em;
  margin: auto;
  font-size: 16px;
  line-height: 1.6;
}

.hero .terms h3 {
  margin: 0 0 1rem;
  color: #fff000;
  font-size: 20px;
}

.hero .terms ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0;
}

.hero .btn-enquire {
    margin: 0 0 6rem;
    font-size: 26px;
    padding: 16px 28px;
    border-radius: 8px;
    font-weight: 600;
    border: 4px solid white;
    box-shadow: 0 6px 12px #0766ad;
}

.hero .countdown {
    margin: 0 0 40px;
    font-size: 35px;
    background: #ffd602;
    display: inline-block;
    padding: 16px 22px;
    border-radius: 50px;
    max-width: 17em;
    width: 100%;
}

@media(max-width: 767px) {
  .hero h2 {
    font-size: 32px;
    line-height: 1.5;
  }

  .hero {
    padding: 5rem 24px;
  }

  .hero h1 {
    font-size: 16vw;
    line-height: 17vw;
  }
    #offerCountDownPage {
        display: block;
        margin: 8px 0 0;
    }
}

div.header-hero {
  background: var(--bday-background);
  margin-bottom: 56px;
  padding: 0;
}

div.header-hero .btn {
  margin: 0 auto;
}

.header-hero .header-hero--subheading {
  margin: 24px 0 12px;
  font-size: 42px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
}

#footer p.footer-sentence,
#footer p.statement,
#footer .text-muted {
  color: #446f45;
}

.header-hero .btn-enquire,
.outro-wrapper .btn {
  margin: 40px 0 0;
  font-size: 26px;
  padding: 16px 28px;
  border-radius: 8px;
  font-weight: 600;
}

a.header-hero--btn:hover {
  background: var(--primary-dark);
  text-decoration: none;
  transition: .2s linear all;
}

.shelf.upcoming-jobfairs {
  margin: 24px 0 74px;
}

.testimonial {
  background: var(--grey-light);
  padding: 54px 16px;
  position: relative;
  text-align: center;
  margin: 0;
  border-radius: 8px;
}

.testimonial--rating img {
  width: 40px;
}

.testimonial--heading {
  font-size: 36px;
  line-height: 1.3em;
}

.testimonial--subheading {
  font-size: 18px;
  margin: 20px 0 0;
}

.testimonial--link {
  margin: 24px 0 0;
  display: inline-block;
  font-size: 18px;
  text-decoration: underline;
}

.outro-wrapper {
  margin: 90px 0 68px;
  text-align: center;
}

.outro-wrapper--heading {
  font-size: 42px;
  margin: 0;
}

@media(max-width: 1024px) {
  div.header-hero {
    margin: 6rem 0 3rem;
  }
}

@media(max-width: 767px) {
  .shelf.upcoming-jobfairs {
    margin: 24px 0 42px;
  }

  .testimonial--heading {
    font-size: 24px;
  }

  .testimonial {
    padding: 36px 24px;
  }
}