
.news__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  background: #f3f3f3;
  min-height: 266px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px dashed lightgray;
}

.news__item:not(:first-of-type) {
  margin-top: 25px;
}

.news__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 0 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news__item-thumb {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-left: 10px;
  min-width: 200px;
  max-width: 200px;
  width: auto;
}

.news__item-title {
  font-size: 30px;
  font-weight: 400;
}

.news__item-title a {
  color: black;
}

.news__item-title a:hover {
  color: #0056b3;
}

.news__item-date {
  display: inline-block;
  background: #ff8a00;
  margin-top: 14px;
  font-size: 22px;
  padding: 5px;
  color: white;
}

.news__item-publish-date {
  font-size: 12px;
  color: #888;
}

.news__item-desc {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 30px;
  display: inline-block;
}

.news__item-desc p {
  margin: 10px 0;
}

.news__item-desc p:first-child {
  margin: 0 0 10px;
}

.news__more {
  color: #434343;
  font-size: 24px;
  margin: 30px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news__more:hover {
  color: #434343;
}

.news__more:after {
  width: 75%;
  content: '';
  height: 1px;
  margin-top: 10px;
  background: #434343;
  display: inline-block;
}

.news-blocks-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.news-block--mini {
  font-size: 24px;
  background: #f3f3f3;
  border: 2px dashed lightgray;
  margin-bottom: 25px;
}

.news-block--mini h3 a {
  display: inline-block;
  width: 100%;
  padding: 20px;
}

@media screen and (max-width: 1439px) {
  .news__item-date,
  .news__item-desc {
    font-size: 16px;
  }

  .news__item-title {
    font-size: 18px;
  }

}

@media screen and (max-width: 1200px) {
  .news__more {
    margin: 15px auto;
  }
}

@media screen and (max-width: 576px) {
  .news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news__item-thumb {
    margin-top: 0;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .news__item-title {
    margin-top: 18px;
  }

  .news__item-desc {
    margin-top: 15px;
    padding: 0 10px;
  }

  .news__item-wrapper {
    text-align: center;
    padding-left: 0;
  }

  .news__item-description {
    font-size: 14px;
  }
}
