.ticker-wrap {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.custom-ticker {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.sep {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #6B7D8D;
  border-radius: 50%;
  margin: 0 14px;
  position: relative;
  top: -2px;
}