.book-read-img{
    display: flex;
    justify-content: end;
    align-items: center;
}
.book-read-img img{
    max-width: 300px;
}

@media screen and (max-width:768px) {
    .book-read-img{
        justify-content: center;
    }
    .book-read-detail h2{
        line-height: normal !important;
    }
}