
    .comparison-container {
        position: relative;
        width: 800px;
        max-width: 100%;
        overflow: hidden;
        cursor: ew-resize;
    }

    .comparison-container img {
        width: 100%;
        display: block;
    }

    .front-img {
        position: absolute;
        top: 0;
        left: 0;
        clip-path: inset(0 50% 0 0);
    }

    .slider {
        position: absolute;
        top: 0;
        left: 50%;
        width: 3px;
        height: 100%;
        background: white;
        transform: translateX(-50%);
        z-index: 2;
    }

    .slider::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
        background: white;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .mission-section-10__item {
        display: flex !important;
        gap: 20px !important;
    }

    .mission-section-10__thumb {
        flex: 1 !important;
    }

    .mission-section-10__wrap {
        display: block !important;
    }
