.rinen-wrap {
  position: relative;
}

.number {
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  font-style: italic;
  color: #97AACF;
}
@media (max-width: 767.98px) {
  .number {
    font-size: 36px;
    top: -18%;
  }
}

.index-title span {
  display: flex;
  align-items: center;
  font-size: 24px;
  text-transform: uppercase;
}
.index-title span::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 30px;
  height: 1px;
  background-color: #1A2F5A;
}

.year {
  font-size: 24px;
  color: #1A2F5A;
}