.topic-detail {
  position: relative;
}
.topic-detail::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 150px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f7f5f3;
}
.topic-detail__inner {
  position: relative;
  background: white;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
}
/*# sourceMappingURL=./news.css.map */