.book-container:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 220px;
    background: #fff;
    z-index: -1;
    border-radius: 15px;
    margin: 0 auto
}

.book-box {
    display: flex;
    margin-right: 3em;
}

.book-box .image {
    position: relative;
    top: -40px;
    width: 20%;
}

.book-box .image img {
    width: unset;
    border-radius: 15px;
    margin: 0 !important;
}

.book-box .content {
    padding: 20px 30px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
}

.owl-carousel .owl-stage {
    margin-top: 3em;
    margin-bottom: -2em;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -4em;
    margin-bottom: 4em;
}