@media screen and (max-width: 1100px) {
    .book .list_books li a{
        flex-direction: column-reverse;
        height: 100%;
        width: 63rem;
        margin: auto;
        margin-bottom: 5rem; 
        padding: 4.6rem 2.5rem 3rem;
    }    
    .book .list_books li a .info{
        width: 100%;
    }
    .book .list_books li a .image{
        width: 100%;
        padding-bottom: 2rem;
        justify-content: center;
    }
    .book .list_books li:first-child .selo{
        left: 50%;
        transform: translate(-50%);
    }
    .book .books h1{
        text-align: center;
    }
    .book .list_books li a .info h2{
        text-align: center;
    }
    .book .list_books li a .info p{
        text-align: center;
    }
    .book .list_books li a .info .link{
        margin: 1.5rem auto;
    }
}
@media screen and (max-width: 750px) {
    .book .books h1{
        font-size: 5rem;
        line-height: 6rem;
    }
}
@media screen and (max-width: 650px){
    .book .list_books li a{
        width: 100%;
    }
    .book .list_books li a .info h2{
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .book .list_books li a .info p{
        font-size: 1.5rem;
        line-height: 2rem;
        padding-bottom: 2rem;
    }
    .book .list_books li a .info .link{
        padding-bottom: unset;
    }
}
@media screen and (max-width: 500px) {
    .book .list_books li a{
        padding: 1.5rem;
    }
    .book .list_books li a .info h2{
        text-align: center;
        font-size: 2.2rem;
    }
    .book .list_books li a .info p{
        text-align: center;
    }
    .book .list_books li a .info .link{
        text-align: center;
    }
    .book .books h1{
        font-size: 3.8rem;
        line-height: 4.3rem;
    }
    .book .list_books li:first-child .selo{
        left: 2.2rem;
        border-color: #00E7FF #00E7FF transparent #00E7FF;
    }
}