.o-special-header__info {
    position: relative;
  }
  
  .o-special-header__info .c-special-date {
    position: absolute;
    top: 0.625rem;
    left: 50%;
    margin-left: 28rem;
    font-family: sofia-pro, sans-serif;
    font-size: 12px;
    color: #666;
  }
  
  .o-special-header__info .m-pr {
    position: static;
  }
  
  .m-pr {
    margin: 0 0.625rem 0.625rem;
  }
  
  .m-pr .m-pr__in {
      line-height: 18px;
      text-align: center;
      width: 30px;
      height: 18px;
      font-size: 10px;
      font-family: "sofia-pro", sans-serif;
      background-color: #e6e6e6;
      border-radius: initial;
      color: initial;
      font-weight: initial;
      position: static;
      margin-left: auto;
  }
  
  @media screen and (min-width: 900px) {
    .m-pr {
      position: relative;
      z-index: 1;
      margin: auto;
    }
  
    .m-pr .m-pr__in {
      font-size: 12px;
      width: 40px;
      height: 25px;
      line-height: 25px;
      position: absolute;
      left: 50%;
      top: 0.625rem;
      margin-left: 31.89rem;
    }
  }
  
  @media screen and (max-width: 899px) {
    .o-special-header__info .c-special-date {
      top: 0px;
      left: auto;
      right: 3rem;
    }
  }
  