.announcement-bar {
  padding-top: 8px;
  padding-bottom: 8px;
}

.announcement-bar .heading {
  font-family: Mulish;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: none;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

@media screen and (max-width: 999px) {
  .announcement-bar .heading {
    line-height: 23px;
  }
}
