/* About Hero - Responsive */
@media (max-width: 768px) {
    .about-hero {
        height: 220px;
    }

    .about-hero h1 {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }

    .about-hero .breadcrumbs {
        font-size: 0.95rem;
    }
}