.bridge-body {
  background: var(--white);
}
.header-hero {
  margin: 11rem 0 0;
}
.bday-desc {
  font-family: "Patrick Hand", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  line-height: normal;
  max-width: 29em;
  margin: 0 auto 32px;
}
.bday-heading,
.how-heading {
  color: var(--bday-primary);
  font-family: "Chewy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 56px;
}
.bday-list {
  font-family: "Patrick Hand", serif;
  font-weight: 400;
  font-style: normal;
  list-style: none;
  text-align: left;
}
.bday-img {
  margin: 0 0 24px;
  width: 100%;
}
.terms-list {
  padding: 0 0 0 24px;
  text-align: left;
}
.how {
  margin: 56px 0;
}
.how-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin: 34px 0;
}
.how-section {
  background: #ecfeff;
  border-radius: 14px;
  flex: 1 1 380px;
  padding: 24px;
  text-align: center;
}
.how-section-heading {
  color: var(--bday-primary);
  font-family: "Chewy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
}
.how-section-desc {
  font-family: "Patrick Hand", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: normal;
}
.bday-outro {
  display: inline-block;
  margin: 26px 0 0;
}
.terms-section {
  margin: 62px auto 50px;
  text-align: left;
  font-size: 12px;
  line-height: normal;
  max-width: 82em;
}
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: 0.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: 0 0 3rem;
  }
}
@media (max-width: 767px) {
  .how-sections {
    gap: 32px;
  }
  .bday-desc {
    font-size: 28px;
  }
  .bday-heading,
  .how-heading {
    font-size: 44px;
  }
  div.header-hero {
    padding: 24px 0 0;
  }
  a.header-hero--btn {
    font-size: 24px;
    padding: 14px 24px;
    margin: 14px 0;
  }
  .shelf.upcoming-jobfairs {
    margin: 24px 0 42px;
  }
  .testimonial--heading {
    font-size: 24px;
  }
  .testimonial {
    padding: 36px 24px;
  }
}
