.eyebrow .wrapper {
  padding: 4px 16px 2px 16px;
  color: #000;
  background-color: #E6EE99;
  display: inline-block;
  border-radius: 8px;
}
.eyebrow p {
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.36px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .eyebrow p {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.32px;
  }
}
.eyebrow:has(+ h1, + .h1, + h2, + .h2, + h3, + .h3) {
  margin-bottom: 24px;
}