.divider_line {
    margin-top: 18px !important;
    margin-bottom: 30px !important;
}
.block-column__body {
    margin-top: 0 !important;
}

.reading-choice-packs-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.reading-choice-pack {
    width: 20%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
}

.reading-choice-pack-img-side {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    background-color: rgba(255, 255, 255, 0);
}

.reading-choice-pack-img {
    width: 40%;
    height: 40%;
}
.more-book-illustrate {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.more-book-illustrate span {
    font-size: 35px;
    font-weight: 600;
}

.reading-choice-pack-text-side {
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #79ae46;
}

.reading-choice-pack-text-side h3 {
    font-size: 15px;
    font-weight: 600;
    /* color: #383838; */
    color: #79ae46;
}

.to-discover .block-columns {
    /* padding-top: 0 !important; */
    padding-bottom: 0 !important;
}

/* Best book side ... */
.best-container {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.best-book-text-side {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.best-book-title{
    margin-bottom: 15px;
}
.best-book-title h2 {
    font-size: 22px;
    font-weight: 100;
    color: #2B2B2B;
    margin-bottom: 10px;
    letter-spacing: 5px;
    color: rgba(0, 0, 0, 0.7);
}
.best-book-title span {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #78ae4696;
}

.best-book-name {
    text-align: left;
    margin-bottom: 40px;
}
.best-book-name h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 5px;
    color: #2b2b2b !important;
}
.best-book-name h4 {
    font-size: 20px;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.6) !important;
}

.best-book-resume {
    margin-bottom: 40px;
    text-align: left;
}
.best-book-resume p {
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0.1px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
}

.best-book-lend-btn {
    width: 50%;
    text-transform: uppercase;
    border: 2px solid #79ae46;
    color: #fff !important;
    background-color: #79ae46;
    border-radius: 50px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
}
.best-book-lend-btn:hover {
    background-color: #fff;
    color: #79ae46 !important;
}

.best-book-img-side {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.best-book-img-side img {
    width: 70%;
}

/* Best author side ... */
.best-author-block {
    background-color: #fff !important;
}
.best-author-block .block-columns {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.best-author-container {
    width: 100%;
    min-height: 50vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.best-author-text-side {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.best-author-title{
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.best-author-title h2 {
    font-size: 24px;
    font-weight: 300;
    font-family: Montserrat;
    text-transform: uppercase;
    text-align: center;
    color: #2B2B2B;
    margin-bottom: 10px;
}
.best-author-title span {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #78ae4696;
    text-align: center;
}

.best-author-name {
    text-align: left;
    margin-bottom: 20px;
}
.best-author-name h3 {
    font-family: Playfair Display;
    font-size: 28px;
    font-weight: 600;
    color: #2b2b2b !important;
}
.best-author-name h4 {
    font-size: 20px;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.6) !important;
}
.best-author-book {
    font-family: Montserrat;
    font-size: 20.5px;
    font-weight: 300;
    text-align: center;
    color: #2B2B2B;
    line-height: normal;
    letter-spacing: 0;
}
.best-author-book strong {
    color: #79ae46;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-top: -5px;
}

.best-author-img-side {
    width: 30%;
    height: 100%;
    display: flex;
    align-self: flex-start;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.best-author-img-side img {
    width: 100%;
    box-shadow: -1px 16px 111px -19px rgb(153 153 153);
}

.best-author-resume-side {
    width: 35%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.best-author-resume-side p {
    text-align: center;
    color: #383838;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8;
    margin-bottom: 15px;
}

.best-author-lend-btn {
    width: 50%;
    text-transform: uppercase;
    border: 2px solid #79ae46;
    color: #fff;
    background-color: #79ae46;
    border-radius: 50px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
}
.best-author-lend-btn:hover {
    background-color: #fff;
    color: #79ae46;
}


@media only screen and (max-width: 600px) {

    .home-caroussel .slider-wrapper {
        height: 80vh;
    }

    .home-caroussel .slider-wrapper .img-cover {
        height: 100%;
    }

    .home-caroussel .slider-wrapper .caption {
        display: block;
    }

    .home-caroussel .slider-wrapper .caption .slider-person-img {
        display: none;
    }

    .best-container {
        height: auto;
    }

    .best-book-resume, .best-book-name {
        margin-bottom: 20px;
    }

    .btn__call-to-action {
        font-size: 15px !important;
    }

    .best-book-img-side {
        display: none;
    }

    .best-book-text-side, .best-book-lend-btn {
        width: 100%;
    }

    .best-book-lend-btn {
        font-size: 15px;
    }

    .best-author-container {
        flex-direction: column;
    }

    .best-author-text-side, .best-author-img-side, .best-author-resume-side {
        width: 100%;
        margin-top: 5px;
    }

    .best-author-resume-side p {
        text-align: justify;
    }

    .reading-choice-packs-container {
        flex-wrap: wrap;
    }

    .reading-choice-pack {
        width: 48%;
        margin-bottom: 13px;
    }
}