.story__count-down {
  font-size: 1.2rem;
  line-height: 120%;
  letter-spacing: 0.06rem;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .story__count-down {
    padding-top: 6.2rem;
    padding-bottom: 1rem;
    background: #efede5;
  }
}
