#announcement-bar {
  background: #fff;
  color: #183560;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

.announcement-slider {
  display: flex;
  transition: all, 0.6s;
  transform: translateX(0);
  width: 100%;
}

.announcement-item {
  flex: 0 0 100%;
  white-space: nowrap;
  max-width: 100%;
  overflow-x: scroll;
}
