.books-single-block__content__review {
    background-image:url(../../img/backgrounds/background_hero.png);
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    padding:3rem;
    text-align: center;
    border-radius:1.5rem;
    margin-top:4rem;
}

.books-single-block__content__review p,
.books-single-block__content__review h5 {
    color:#fff;
    margin:0;
}

.books-single-block__content__review p {
    font-family: "adobe-caslon-pro", serif;
    font-size:2rem;
}

.books-single-block__content__review h5 {
    text-transform: uppercase;
}

.books-single-block__content__review hr {
    margin:auto;
    border-bottom:0.1rem solid #d5aa53;
    width:30px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media (min-width:992px) {
    .books-single-block__content__review p {
        font-size:2.4rem;
    }
}