header {
  position: relative;
}

.news-item-wrap {
  margin-top: 20px;
}

.news-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: #fff 1px solid;
}

.news-header .title {
  font-size: 16px;
  font-weight: bold;
}

.news-header .date {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 13px;
}

@media screen and (max-width: 930px) {
  .news-header .title {
    flex: 0 0 100%;
  }

  .news-header .date {
    flex: 0 0 100%;
  }
}

.news-contetnt p {
  margin: 20px 0;
  line-height: 1.7;
}
