.book-quote {
    font-style: italic;
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: rgba(152, 193, 217, 0.2);
    border-left: 4px solid var(--accent-color);
    position: relative;
}

.book-quote p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.book-quote cite {
    display: block;
    text-align: right;
    font-weight: bold;
    font-style: normal;
    color: var(--accent-color);
}

.page-banner h2 {
    color: white;
    font-size: 1.4rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-weight: normal;
    font-style: italic;
}

@media (max-width: 768px) {
    .book-quote p {
        font-size: 1.1rem;
    }
}
