#newsItemWrap {
  background: #dcecf1;
  padding:3rem;
}

.newsItem {
  width: 50%;
  margin: 0 auto;
}

.newsItemPhoto img {
  width: 100%;
}

.newsItemTitle {
  margin-top: 3rem;
}

.newsItemBody {
  line-height: 2rem;
  text-align: justify;
  text-justify: distribute;
  margin-bottom: 2rem;
}

.newsItemback {
  text-align: end;
}

.newsItemback a {
/*   color: #333333; */
/*   text-decoration: none; */
  font-weight: bold;
}

.newsItemback a:visited {
  color: blue;
}


