.books-slider {
    margin-bottom: 54px;
}
.bookSwiper .swiper-slide {
    height: auto;
}
.bookSwiper .cardLst__el .card__wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    text-decoration: none;
    height: calc(100% - 40px);
}
.bookSwiper .cardLst__el .card__wrapper .card__img {
    height: 377px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.bookSwiper .cardLst__el .card__wrapper .card__img img {
    height: 377px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.bookSwiper .cardLst__el .card__wrapper .card__text .card__text-title{
    color: #151515;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}
.bookSwiper .cardLst__el .card__wrapper .card__text .card__text-author{
    color: #2347A5;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
