.item {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 2em;
  margin-top: 0.5em;
}
.news_text {
  position: absolute;
  top: 0.5em;
  left: 5px;
  color: black;
  font-weight: bold;
  background-color: white;
  padding: 0.2em;

  font-size: 1.6em;
}
.item img {
  max-width: 100vw;
}
#news {
  
}