.tbe-book-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 48px;
    background-color: #f4f6fa;
    border-radius: 10px;
    max-width: 720px;
    width: 100%;
    margin: 0 auto 48px;
    box-sizing: border-box;
}

.tbe-book-description__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #0b1220;
    text-align: center;
    margin: 0;
}

.tbe-book-description__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.tbe-book-description__content p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.31px;
    color: #0b1220;
    margin: 0;
}

@media (max-width: 768px) {
    .tbe-book-description {
        padding: 32px 24px;
    }

    .tbe-book-description__title {
        font-size: 24px;
        line-height: 34px;
    }
}
