_catalog.scss 484 Bytes
.price-books-catalog {
  font-size: 15px;
  margin-top: 27px;
  margin-bottom: -9px;
  div {
    text-align: center;
    width: 172px;
    display: inline-block;
  }
}

.section-books-catalog {
  .books-wrapp {
    margin-top: 60px;
  }
  .title-blocks {
    margin-bottom: -30px;
  }
}

@media (max-width: 590px) {
  .price-books-catalog {
    float: none;
    width: 262px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .books-btn.books-btn-buy {

  }
}