.two-columns__remark-box {
  background: #ffa991b2;
}
.two-columns__remark-box.two-columns__remark-box--top {
  top: 0px;
}

.row.two-columns__wrapper ul li {
  margin-bottom: 1rem;
}

.centered-block__item a {
  transition: color 0.3s linear, border 0.3s linear;
  color: #ff5d31;
  border-bottom: 1px solid;
}

.experts-section.experts-section--no-pd {
  padding: 0px;
  margin-bottom: -1px;
  margin-top: 0px;
}

.section-hed {
  margin-top: 120px;
}

#story .nav-story,
#about .nav-about,
#resources .nav-resources {
  color: var(--tangerine);
}

.footer-nav {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .footer-nav {
    margin-bottom: 48px;
  }
}

.copied {
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 0.26s ease;
  font-size: 1rem;
}
.v-0 {
  transform: scaleY(0);
}

@media (max-height: 991px) and (min-width: 992px) and (max-width: 1600px) {
  #story .reporting .txt {
    padding-top: 62px;
  }
}

/* cherry picked statistic overrides */

@media (max-width: 786px) {
  .reporting__horizontal-text .heading-wrap:before {
    left: -120vw;
  }

  .newspaper-swiper .source-link {
    font-size: 8px;
  }
}
@media (min-width: 992px) {
  .newspaper-swiper .head {
    min-height: 90px;
  }
  .newspaper-swiper .logo-image .logo-hold img {
    max-width: 500px !important;
    max-height: 50px !important;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .newspaper-swiper .source-link {
    top: 60%;
  }
}

#ok_time .position-relative {
  width: 50%;
  text-align: center;
}
