.news_ticker {
  background: #f2f2f2;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  padding: 17px 10px;
}
@media all and (min-width: 576px) {
  .news_ticker {
    padding: 17px 15px;
  }
}
@media all and (min-width: 768px) {
  .news_ticker {
    font-size: 15px;
    padding: 17px 20px;
  }
}
@media all and (min-width: 1200px) {
  .news_ticker {
    padding: 17px 25px;
  }
}
.news_ticker .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
}
.news_ticker .swiper-slide * {
  display: inline;
}

/*# sourceMappingURL=news.css.map */
