article header .news__date {
  color: var(--green);
  font-size: var(--large-font-size);
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
  font-family: 'Merriweather';
  font-weight: 700;
}

.node--type-statement .topic-big,
.node--type-news .topic-big {
  position: absolute;
  bottom: -181px;
}

.node--type-statement .topic-big .field__item,
.node--type-news .topic-big .field__item {
  color: var(--darkGrey);
}

.node--type-news .deadline {
  position: relative;
}

.node--type-news .deadline>div {
  background: var(--green);
  border-radius: 112px;
  width: 112px;
  height: 112px;
  padding: 16px;
  position: absolute;
  text-align: center;
  top: 17px;
  right: 97px;
  line-height: 1.9rem;
  display: flex;
  justify-content: center;
  transform: scale(1.2);
  flex-direction: column;
  color: #fff;
}

.node--type-news .deadline div::before {
  display: block;
  position: absolute;
  content: "Deadline";
  font-family: "Merriweather";
  top: 8px;
  color: #fff;
  left: 50%;
  font-size: 0.6875rem;
  transform: translateX(-50%);
  margin-top: 0px;
}

.node--type-news .deadline time {
  text-align: center;
  color: #fff;
  font-size: 2.0625rem;
  font-family: Merriweather;
  text-align: center;
  position: relative;
  top: 8px;
}


@media (max-width:1200px) {
  .node--type-news .deadline {
    position: relative;
    z-index: 1;
  }

}

@media (max-width:992px) {
  .node--type-news .deadline {
    position: relative;
    z-index: 1;
  }

  .node--type-news .deadline>div {
    right: 20px;
    width: 92px;
    height: 92px;
  }
}


@media (max-width:576px) {

  .node--type-statement .topic-big, .node--type-news .topic-big {
    bottom: -185px;
}

  .view-news .views-row {
    margin-bottom: 4rem;
  }

  .node--type-statement .topic-big .field__item,
  .node--type-news .topic-big .field__item {
    margin-right: -12px;

  }
}
