.news-title {
  width: 90%;
  margin: 0 auto;
}

.news-content {
  height: 100vh;
  width: 90%;
  margin: 150px auto;
}
.news-content .news-item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.news-content .news-item-wrapper .news-item {
  width: 48%;
  height: 200px;
  background-color: #D9D9D9;
}
.news-content .news-item-wrapper .news-item .news-item-title {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
.news-content .news-item-wrapper .news-item .news-item-title h3 {
  font-size: 1.1rem;
  font-weight: bold;
}
.news-content .news-item-wrapper .news-item .news-item-title .line {
  width: 100%;
  height: 1px;
  margin: 10px auto;
  background-color: #9E9E9E;
}/*# sourceMappingURL=news.css.map */