.hbh-strip {
  padding: 100px 18%;
  color: var(--White, #fff);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hbh-strip h1 {
  margin: 0;
}
.hbh-strip h3 {
  margin: 0;
}
.hbh-strip a {
  text-decoration: none;
}
.hbh-strip a button.button {
  background-color: transparent;
  font-size: 20px;
  border: 1px solid var(--White, #fff);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.hbh-strip a button.button:hover {
  color: var(--Contrast-Green, #003a29);
  background-color: var(--White, #fff);
}

@media (max-width: 1024px) {
  .hbh-strip h1 {
    font-size: 70px;
    letter-spacing: -0.7px;
  }
}

/*# sourceMappingURL=hbhStrip.css.map */
