.publication_details{
    padding: 60px 0px;
}
.publication_text p{
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
}
.publication_text h1{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.card_pub{
    text-align: center;
    margin-bottom: 40px;
}
.publication_details .publication_card{
    height: auto;
    margin-bottom: 0;
}
.publication_info_wraps .isbn{
    font-size: 15px;
    color: #047aaa;
    margin-top: 14px;
    font-weight: 600;
}
.publication_info_wraps .price{
    font-size: 22px;
    color: #000;
    margin-top: 14px;
    font-weight: 700;
}

.publication_info_wraps .add_to_cart{
    color: #fff;
    background-color: #333;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s;
    padding: 10px 30px;
    gap: 10px;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 14px;
}
.publication_info_wraps .add_to_cart:hover{
    background-color: #047aaa;
}