/* About Section Mobile Image Fix */
@media (max-width: 992px) {
    .about .image-wrapper {
        padding-left: 0;
        margin-top: 3rem;
        display: block !important;
        flex-direction: unset !important;
        gap: unset !important;
        margin-bottom: 4rem;
    }
    
    .about .image-wrapper .images {
        display: block !important;
        flex-direction: unset !important;
        gap: unset !important;
        position: relative;
        margin-bottom: 6rem;
    }
    
    .about .image-wrapper .main-image {
        margin-left: 0;
        width: 100%;
    }
    
    .about .image-wrapper .small-image {
        position: absolute !important;
        top: 20% !important;
        left: -10% !important;
        width: 45% !important;
        border: 8px solid var(--surface-color) !important;
        margin: 0 !important;
    }
    
    .about .image-wrapper .experience-badge {
        position: absolute !important;
        bottom: -4rem !important;
        right: 5% !important;
        width: fit-content !important;
        margin: 0 !important;
        z-index: 10;
    }
}