.hero {
  min-height: 450px;
  background: url("../images/banners/data-stories.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#date-title-wrapper {
  width: 70%;
}

#post-date,
#post-title {
  color: var(--white);
}

#white-underline {
  border-bottom: 6px solid var(--white);
}

.data-stories-navigation {
  margin-bottom: 2rem;
}

#data-story-prev>a,
#data-story-next>a {
  color: var(--warm-blue);
}

#all-data-stories {
  width: 265px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--btn-bg);
  color: var(--white);
  font-size: var(--btn-font-size);
  font-weight: bold;
  text-align: center;
  padding: 0.3rem 0.7rem;
  transition: 0.2s linear;
  margin-bottom: 1rem;
}

#all-data-stories:active,
#all-data-stories:hover {
  background-color: var(--btn-bg-hover);
}

@media only screen and (max-width: 600px) {
  #date-title-wrapper {
    width: 100%;
  }
}