/* ---------------------------------------------
    COURSES PAGE STYLE RULES
--------------------------------------------- */
body{
    background-color: #bfb9ad;
}
.books_box{
    margin-top: 40px;
}
.article{
    color: black;
}
.article a{
    color: black;
}
.title{
    color: black;
}
.book{
    padding-right: 15px;
    width: 170px;
}
.book img, .book hr{
    width: 150px;
}
.book hr{
    margin-left: 0;
}
.book > b{
    cursor: pointer;
    line-height: 15px;
    font-size: 14px;
    margin-bottom: 13px;
    display: block;
}
.book > img{
    margin: 0;
}
.book .mark{
    background-color: #8c8384;
    font-family: poppins_medium, sans-serif;
    color: white;
}
.book .subtitle{
    font-family: poppins_semibold, sans-serif;
    font-size: 10px;
    color: #9d3993;
}
@media only screen and (max-width: 500px) {
    .book hr {
        width: 100%;
    }
}