/* body {
    background-image: url('../img/bookstore-bg.jpg') !important;
} */

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.bg-img-body {
    /* height: calc(100vh - 172px); */
    /* width: auto; */
    background-image: url('../img/bookstore-bg.jpg') !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bookstore-wrapper {
    clear: both;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.bookstore-content {
    height: 100%;
}

.bookstore-content ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 293px);
    gap: 48px;
}

.bookstore-content ul li {
    display: flex;
    flex-flow: column;
    align-items: center;
}



.bookstore-content ul li>img {
    width: 131px;
}

.bookstore-content ul li a:nth-child(2) {
    margin-top: 24px;
    padding: 9px 26px;
    display: flex;
    align-items: center;
    background: #AA0116;
    border-radius: 31px 31px 31px 31px;
    font-size: 16px;
    color: #FFFFFF !important;
}

.book-title{
    color: #FFFFFF !important;
}