.lp-announcement-bar {
  display: block;
  padding: 10px 12px;
  text-align: center;
}

.lp-announcement-bar .lp-announcement-bar__heading {
  text-decoration: none;
  text-align: center;
  font-family: "Muli-700";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin: 0;
}

@media screen and (min-width: 990px) {
  .lp-announcement-bar {
    display: none;
  }
}