.b-news-list {
  padding-top: 115px;
  margin-bottom: 126px;
}
.b-news-list h2 {
  text-align: center;
  margin-bottom: 100px;
}
.b-news-list__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.b-news-list__more-btn {
  width: 280px;
  height: 65px;
  margin: 0 auto;
}
.b-news-list__item {
  width: calc(50% - 22px);
  margin-right: 22px;
  margin-bottom: 34px;
}
.b-news-list__item img {
  position: absolute;
}
.b-news-list__item-read-more {
  display: flex;
  align-items: center;
  font-family: Yanone Kaffeesatz;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #FF6B00;
  text-decoration: none;
}
.b-news-list__item-read-more:hover {
  color: #000;
}
.b-news-list__item-read-more:hover svg path {
  fill: #000;
}
.b-news-list__item-read-more svg {
  display: flex;
  width: 8px;
  height: 12px;
  margin-left: 20px;
}
.b-news-list__item-text {
  margin-bottom: 20px;
}
.b-news-list__item-title {
  position: absolute;
  bottom: 10px;
  left: 12px;
  right: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  z-index: 5;
}
.b-news-list__item-date {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 76px;
  height: 31px;
  background: #FF6B00;
  font-family: Yanone Kaffeesatz;
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .b-news-list__item {
    width: 100%;
    margin-right: 0;
  }
}
.b-news-list__item-top {
  position: relative;
  display: flex;
  justify-content: center;
  line-height: 0;
  height: 210px;
  margin-bottom: 26px;
  overflow: hidden;
}
.b-news-list__item-top a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.b-news-list__item-top:after {
  content: "";
  background: url(gradient.png) no-repeat;
  background-position: bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 1000px) {
  .b-news-list {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .b-news-list {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */