.news-block{
  background-color: white;
  padding: 50px 0;
}
.node-article {
}
.node-article .post-meta {
  margin: -20px 0 20px 0;
  font-weight: 600;
  font-size: 15px;
  color: var(--primary-szabofogaskerek-color);
}
.article{
  border: solid 1px #e5e5e5;
}
.article-img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  position: relative;
}
.article-img a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.article-body {
  padding: 20px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.article-body-text{
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.article .post-meta, .node-article .post-meta {
  text-align: center;
}
.article-header {
}
.article-header a {
  text-decoration: none !important;
  color: white;
}
.article-body a {
  text-decoration: none;
  color: var(--primary-szabofogaskerek-color);
}
.article-body h2 {
  font-size: 22px;
  font-weight: 700;
}
.article-header h2 span {
  background: var(--primary-szabofogaskerek-color);
  z-index: 10;
  position: relative;
  color: black;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.portfolio .article-body {
}
.portfolio .article-more {
}
.article .post-meta, .node-article .post-meta {
}
@media (max-width: 991px) {
  .article .post-meta, .node-article .post-meta{
  }
}

@media (max-width: 768px) {
  .article-header h2 {
  }
  .article-header h2 span {
  }
}
