.book-text-bottom{
    border-radius: 30px;
    border: 8px solid #0047FF;
    padding: 12px;
    margin: 30px 0;
}

.book-text-bottom .book-text-bottom-wrapper{
    border-radius: 15px;
    border: 3px solid #0047FF;
    background: #FFF;
    padding: 30px 25px;
}
.book-text-bottom .book-text-bottom-wrapper{
    display: flex;
    flex-direction: column;
}
.book-text-bottom .header-seo-footer *{
    color: #0047FF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
}
.book-text-bottom .header-seo-footer{
    border-bottom: 1px solid #0047FF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.book-text-bottom .content-seo-book {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: center;
}
.book-text-bottom .content-seo-book .book-separator{
    border-right: 4px dashed #0047FF;
    height: 300px;
    margin-top: auto;
    margin-bottom: auto;
}
.book-text-bottom .content-seo-book p, .book-text-bottom .content-seo-book li{
    color: rgba(103, 103, 103, 0.83);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.25px;
}
.book-text-bottom .content-seo-book h2, .book-text-bottom .content-seo-book h3, .book-text-bottom .content-seo-book h4{
    color: #0047FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.15px;
}

.seo-text-go{
    border-radius: 15px;
    border: 3px solid #0047FF;
    background: #FFF;
    padding: 30px 25px;
    margin: 30px 0;
}
.seo-text-go h4{
    color: #0047FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 150% */
    letter-spacing: 0.15px;
}
.seo-text-go h3{
    color: #0047FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.15px;
}
.seo-text-go h2{
    color: #0047FF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 150% */
    letter-spacing: 0.15px;
}
.seo-text-go h1{
    color: #0047FF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 150% */
    letter-spacing: 0.15px;
}
.seo-text-go .content-seo-book p, .seo-text-go .content-seo-book li{
    color: rgba(103, 103, 103, 0.83);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.25px;
}

.book-text-bottom .content-seo-book .left-page-book, .book-text-bottom .content-seo-book .right-page-book{
    width: calc(50% - 32px);
}

@media (max-width: 767px){
    .book-text-bottom{
        border: 2px solid #0047FF;
        padding: 4px;
        border-radius: 20px;
    }
    .book-text-bottom .book-text-bottom-wrapper{
        border: 1px solid #0047FF;
        padding: 15px 10px;
        overflow: auto;
        max-height: 480px;
    }
    .book-text-bottom .header-seo-footer h2{
        font-size: 20px;
        line-height: 26px;
    }
    .book-text-bottom .content-seo-book .book-separator{
        display: none;
    }
    .book-text-bottom .content-seo-book{
        flex-direction: column;
        gap: 0;
    }
    .book-text-bottom .content-seo-book .left-page-book, .book-text-bottom .content-seo-book .right-page-book{
        width: 100%;
    }
    .book-text-bottom .header-seo-footer{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .book-text-bottom .content-seo-book p, .book-text-bottom .content-seo-book li{
        font-size: 11px;
        line-height: 14px;
    }
    .book-text-bottom .content-seo-book h2, .book-text-bottom .content-seo-book h3, .book-text-bottom .content-seo-book h4{
        font-size: 14px;
        line-height: 16px;
    }
}