/* BOOKS */
.writer {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.book_list {
  margin-bottom: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px 4%;
}
@media screen and (min-width: 768px) {
  .book_list {
    margin-bottom: 70px;
    gap: 40px 5%;
  }
}
.book_list__item {
  display: block;
  width: 30%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .book_list__item {
    width: 21%;
  }
}
.book_list__item a {
  text-decoration: none;
  display: block;
}
.book_list__item a p {
  margin: 0;
}
.book_list__item .book-img {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}
@media screen and (min-width: 768px) {
  .book_list__item .book-img {
    margin-bottom: 15px;
  }
}
.book_list__item .book-name {
  font-size: 0.8em;
  letter-spacing: normal;
  line-height: 1.4em;
}/*# sourceMappingURL=books.css.map */