.row-header{
  background-color: var(--primary-color) !important /*I want to keep the black navbar here*/;
}
body {
  padding-top: var(--navbar-height) !important;
}

.row.hero-news{
    margin-top: var(--space-L);
}
.hero-news h1 {
    color: var(--primary-color);
    margin-block: 8px;
}
.hero-news .label {
    font-size: var(--body-S);
    font-weight: 600;
    line-height: var(--line-height-140);
    margin-block: 8px;
}
.hero-news .hero-date {
    font-size: var(--default-font-size);
    line-height: var(--line-height-175);
    font-weight: 400;
    color: var(--primary-color);
    margin-block: 8px;
}
.hero-news img {
    margin-block: var(--space-M);
    width: 100%;
    height: auto;
}
.news-content {
    padding-bottom: var(--space-L);
}
.news-content h2 {
  font-size: var(--title-M);
  line-height: var(--line-height-130);
  font-weight: 700;
  color: var(--primary-color);
  margin-block: 16px;
}
.news-content h3 {
  font-size: var(--title-S);
  line-height: var(--line-height-175);
  font-weight: 700;
  margin-block: 16px;
}
.news-content p {
  font-size: var(--body-L);
  line-height: var(--line-height-177);
  font-weight: 400;
  color: var(--primary-color);
  margin-block: 0;
}
.news-content figcaption{
    font-size: var(--default-font-size);
    line-height: var(--line-height-175);
    font-weight: 400;
    color: var(--primary-color);
    margin: 8px 0 !important;
    text-align: left;
}
figure {
    margin-block: var(--space-M);
}
.news-content ul {
    margin-block: var(--space-M);
    padding-left: var(--space-M);
    margin-left: 0;
}

.news-content blockquote {
    padding: 8px 0px 8px 24px;
    border-left: 4px solid var(--secondary-color);
    margin:  var(--space-M) 0;
}
.news-content blockquote p {
    font-weight: 400;
    font-size: var(--title-M);
    line-height: var(--line-height-166);
}