a.button {
    margin-bottom: 0px !important;

}

#books a.button {
    margin-top: 10px !important;
    width: fit-content !important
}

@media screen and (max-width: 767px) {
    .book-content .academy-item-second-inner ul li:nth-of-type(5) {
        width: 100% !important;
    }

    #books a.button {
        width: 100% !important;
    }

    .academy-item-second-inner a.button {
        margin-top: 10px !important;
    }
}