.nodenews .overline {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.nodenews .overline .extraordinary-tag {
  color: #b51f20;
  background: #f3f8fb;
}
.nodenews .overline .news-date::before {
  content: "\e901";
  font-family: "font-icon" !important;
  display: inline-block;
  margin-right: 12px;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.nodenews .overline .news-date + .tag {
  margin-left: 2rem;
}
.nodenews .contacts-link {
  margin-top: 50px;
}
.nodenews .contacts-link .cta {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .nodenews .contacts-link .cta {
    margin-right: 50px;
  }
  .nodenews .contacts-link .cta:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1367px) {
  .nodenews .news-date + .tag {
    margin-left: 2.875rem;
  }
}