/* ══════════════════════════════════════════
   QUOTE SECTION (reusable)
   ══════════════════════════════════════════ */
.quote-section {
    padding: 80px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.quote-section h3 {
    font-family: 'Forum', Georgia, serif;
    font-size: 28px;
    font-style: italic;
    line-height: 1.5;
    max-width: 700px;
    margin: 0 auto 16px;
}
.explore_author {
    font-size: 15px;
    color: #727170;
}

/* ══════════════════════════════════════════
   QUOTE SECTION RESPONSIVE
   ══════════════════════════════════════════ */
@media (max-width: 768px) {
    .quote-section h3 { font-size: 22px; }
}
