/* Experts Page Styles */
.quote-text {
    font-size: 1.25rem;
    line-height: 1.6;
    font-style: italic;
}

.team-photo {
    min-height: 300px;
    border: 1px solid rgba(60, 59, 59, 0.1);
}

@media (max-width: 768px) {
    .quote-text {
        font-size: 1.1rem;
    }
}