.news_list {
  margin: 0 -15px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.news_list li {
  position: relative;
}
.news_list li:first-child:after {
  display: block;
  content: "";
  position: absolute;
  right: -1px;
  top: 20px;
  width: 2px;
  height: 330px;
  background: #ededed;
}
.news_list li:first-child:last-child {
  margin: 0 auto;
}
.news_list li:first-child:last-child:after {
  display: none;
}

.news_block {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
.news_block img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.news_title {
  font-size: 340%;
  line-height: 1.25em;
  margin: 0 0 20px;
}

.news_text {
  font-size: 140%;
  line-height: 24px;
  color: #999999;
  text-align: center;
}

@media (max-width: 1199px) {
  .news_title {
    font-size: 280%;
  }
}
@media (max-width: 991px) {
  .news_list li:first-child:after {
    position: relative;
    top: auto;
    right: auto;
    height: 2px;
    width: 480px;
    max-width: 100%;
    margin: 10px auto 30px;
  }

  .news_block {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .news_title {
    font-size: 240%;
  }
}
@media (max-width: 575px) {
  .news_title {
    font-size: 200%;
  }
}

/*# sourceMappingURL=news.css.map */
