.ticker {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 50px;
  margin: 0 auto;
}

.news {
  width: 100%;
  background: rgb(189, 24, 29);
}

.news marquee {
  font-size: 16px;
  margin-top: 12px;
}

.news-content p {
  color: white;
  font-weight: inherit;
  margin-right: 41px;
  display: inline;
}
