/* CSS Responsive for prosthesis */

@media (max-width: 768px) {
    .page-service {
        padding-top: 46px;
    }

    .dual-content {
        order: 2;
    }

    .dual-wrap .moms-title {
        margin-bottom: 30px;
    }

    .dual-block {
        row-gap: 30px;
    }

    .prostheses-wrap {
        padding: 40px 0 40px;
    }

    .prostheses-subtype-image-wrap:before {
        display: none;
    }

    .prostheses-subtype-image-wrap:after {
        display: none;
    }

    .prostheses-types {
        max-width: 100%;
    }

    .prostheses-subtype-image-wrap {
        left: auto;
        position: static;
        margin-bottom: 20px;
        max-width: 80%;
    }

    .prostheses-subtype-image {
        position: static;
    }

    .prostheses-subtype-name {
        order: -1;
        margin-bottom: 20px;
    }

    .prostheses-subtype {
        display: flex;
        flex-direction: column;
        padding-left: 50px;
    }

    .process-block {
        flex-direction: column;
        padding: 48px 0;
    }
    
    .process-photos {
        display: none;
    }
    
    .process-content .moms-small-title {
        margin-bottom: 30px;
    }
    
    .process-stage:before {
        width: 45px;
        height: 45px;
        left: -55px;
        top: -8px;
    }
    
    .process-stages:before {
        left: 25px;
    }
    
    .process-stages {
        padding-left: 60px;
    }
    
    .process-substage:before {
        left: -42px;
    }
    
    .process-substages {
        margin-top: 30px;
    }
    
    .process-stage:not(:last-child) {
        margin-bottom: 40px;
    }
}