.news .banner {
  position: relative;
  width: 100%;
  height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("/static/images/news/banner1.jpg") no-repeat center/cover;
  color: white;
}
.news .banner .title {
  font-size: 72px;
  font-weight: bold;
}
.news .banner .subtitle {
  font-size: 28px;
}

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