.writing {
  padding-top: 7.5%;
}
.writing-wrapper {
  padding-left: 5%;
  white-space: nowrap;
  overflow-x: scroll;
  display: block;
}
.writing-item {
  display: inline-block;
  width: 24.5vw;
  margin-right: 9.5vw;
  aspect-ratio: 0.65;
}
.writing img {
  height: 100%;
}
.writing span {
  position: absolute;
  left: 1%;
  bottom: 13.5%;
  z-index: 1;
  font-size: clamp(1rem, 2vw, 5rem);
}

/*# sourceMappingURL=writing.css.map */
