.news {
  margin: 50px 0;
  border-bottom: 4px solid #fd8c02;
  padding-bottom: 15px;
}
.news .news_date {
  color: #9e9e9e;
}
.news .news_logo {
  width: 300px;
}
.news .news_text {
  text-indent: 1.5em;
  margin: 30px 0;
}
.news .news_photo {
  max-width: 300px;
}
#fb-root {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#fb-root > div {
  margin-bottom: 15px;
}
