.m-announcement-bar__content {
  font-size: calc(var(--font-base-size, 16) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal;
  max-height: none;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .m-announcement-bar__content {
    overflow: hidden;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    max-height: none;
  }
}
