.cpt_ebooks p {
    margin: 0;
}

.swiper-slide {
    background-color: black;
    padding: 14px 12px 24px 12px;
    border-radius: 8px;
    /* margin-right: 19px; */
    /* width: 300px!important;
    min-width: 300px!important;
    max-width: 100%; */
}
.cpt-bookType {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 11px;
    line-height: 11.83px;
    color: #8A8B8D;
    letter-spacing: -1%;
}

.cpt_book-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 56px;
}

.cpt_book-title p {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 19px;
    line-height: 20.43px;
    letter-spacing: -1%;
    width: 80%;
    color: #FFFFFF;
}
.cpt_felxbutton{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cpt_book-title>div {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 3px 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 107.5%;
    color: #2E2F35;
}

.cpt-bookImage {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
}

.cpt-bookImage img {
    width: 141px;
    height: 194px!important;
}

.cpt_bookAction {
    background: #00FFE0;
    border-radius: 24px;
    border: none;
    padding: 12.86px 62.76px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    color: #000000!important;
    text-decoration: none!important;
}
.cpt_bookAction:hover{
    cursor: pointer;
}