
@media screen and (max-width: 639px) {
  .announcement-bar__content {
      white-space: nowrap;
      overflow: hidden;
      text-align: center;
      margin-right: 0;
  }
}