news-post-list {
  display: block;
}
.news-post-list {
  background: #eea733;
  padding: 40px 0;
  min-height: 500px;
}
.news-post-list .alert-empty {
  text-align: center;
  text-transform: uppercase;
  color: #006a84;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Montserrat', Tahoma, Arial;
}
.news-post-list .page-container {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
.news-post-list .title-news-room {
  position: relative;
  display: none;
}
@media screen and (min-width: 1560px) {
  .news-post-list .title-news-room {
    position: absolute;
    display: block;
    width: 378px;
    height: 350px;
    left: 50%;
    margin-left: -928px;
    background: url('https://rfl.com.pl/static/website/images/news/news-room.png?2f9a65701e03') no-repeat;
  }
}
@media screen and (min-width: 1856px) {
  .news-post-list .title-news-room {
    left: 0;
    margin-left: 0;
  }
}
.news-post-list .posts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-post-list .posts .post {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news-post-list .posts .post article {
  margin: 10px;
  padding: 25px 15px 60px;
  background: #fac25d;
  font-size: 14px;
  line-height: 1.2em;
  position: relative;
}
.news-post-list .posts .post article h1 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0 20px;
}
.news-post-list .posts .post article h1 a {
  text-decoration: none;
}
.news-post-list .posts .post article h1,
.news-post-list .posts .post article a,
.news-post-list .posts .post article {
  color: #006a84;
  font-family: 'Montserrat', Tahoma, Arial;
}
.news-post-list .posts .post article a {
  text-decoration: underline;
}
.news-post-list .posts .post article .read-more-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-block;
  padding: 7px 15px;
  max-width: 100%;
  font-family: 'Montserrat', Tahoma, Arial;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  background: #0065b0;
  color: #fff;
}
.news-post-list .posts .post {
  width: 100%;
}
@media screen and (min-width: 772px) {
  .news-post-list .posts .post {
    width: 50%;
  }
  .news-post-list .posts .post article {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .news-post-list .posts.columns-3 .post {
    width: 33.333333%;
  }
  .news-post-list .posts .post article {
    padding-bottom: 100px;
  }
}
/*# sourceMappingURL=news_list.css.map */