/* About Content - Responsive */

@media (max-width: 992px) {
    .about-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-image-side {
        order: 1;
    }

    .about-content-side {
        order: 2;
    }

    .about-image-wrapper img {
        height: 350px;
    }

    .floating-icon.bulb {
        left: 10%;
    }

    .about-content-box h2 {
        font-size: 1.6rem;
    }

    .about-content-box {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .about-outer-box {
        padding: 1.5rem;
        width: 95%;
    }

    .about-image-wrapper img {
        height: 280px;
    }

    .experience-badge {
        left: 10px;
        padding: 0.8rem 1rem;
    }

    .experience-badge .number {
        font-size: 2rem;
    }

    .floating-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .mv-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .mv-item {
        flex-direction: column;
        text-align: center;
        gap: 0.8rem;
    }
}