

body#Appli .Wrrap .FlowBox {
    padding: 40px;
}

.Content970 {

    .leftbox,
    .rightbox {
        width: 50%;
        padding: 0 2em 0;
    }
    .flex {
        display: flex;
        margin: 0 auto 1em;
    }
    /* .flex.img {
        padding: 0.3em 0 0 1.75em;
    } */

    .leftbox {
        border-right: #777777 solid 2px;
    }

    .title {
        background-color: #c6000b;
        color: #fff;
        font-size: 1.7em;
        font-weight: bold;
        padding: 5px 0;
        /* margin-bottom: 5px; */
        text-align: center;
        border-radius: 40px;
        line-height: 1.5;
    }

    p {
        margin-block-start: 0;
        margin-block-end: 0;
    }

    ul.steps {
        padding-left: 0;
        margin-block-start: 0;
        margin-block-end: 0;
    }
    ul.steps li {
        list-style-type: none;
        padding: 1em 0 1.3em;
        border-bottom: 3px #777777 dotted;
    }
    ul.steps li.step-2,
    ul.steps li.step-5 {
        border-bottom: none;
        padding-bottom: 0;
    }

    .step-title {
        color: #c6000b;
        position: relative;
        padding-left: 2.3em;
        font-size: 1.5em;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .description {
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.3;
    }
    .description.above {
        padding-left: 1.5em;
        margin-bottom: 0.5em;
    }
    .description.below {
        padding-top: 0.5em;
        /* margin-bottom: 0.5em; */
    }
    .step-title::before {
        position: absolute;
        color: #fff;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #c6000b;
        border-radius: 50%;
        width: 1.4em;
        height: 1.4em;
        left: 10px;
        top: 47%;
        transform: translateY(-50%);
    }
    .step-1 .step-title::before {
        content: "1";
    }
    .step-2 .step-title::before {
        content: "2";
    }
    .step-3 .step-title::before {
        content: "3";
    }
    .step-4 .step-title::before {
        content: "4";
    }
    .step-5 .step-title::before {
        content: "5";
    }

    .qr-appstore,
    .qr-googlelplay {
        width: 50%;
        padding: 0 1em;
    }
    .qr-appstore .qr,
    .qr-googlelplay .qr,
    .install-btn {
        width: 100%;
    }

    body#Appli .step-3 img {
        max-width: 50%;
    }
}

@media screen and (max-width:768px) {

    body#Appli .Wrrap .FlowBox {
        padding: 20px 10px;
    }

    .Content970 {

        .flex.outbox {
            flex-direction: column;
            margin: 0 auto;
            justify-content: center;
        }
        .flex {
            margin: 0 auto;
        }
        .step-1 .flex {
            margin: 0 auto 1em;
        }
        /* .step-2 .flex {
            width: 98%;
            padding-left: 5px;
        } */
        /* .step-3 .flex {
            width: 90%;
            padding: 0.3em 0 0 10px;
            padding: 0;
            padding-left: 20px;
        } */

        .leftbox,
        .rightbox {
            width: 100%;
            padding: 0;
        }
        .leftbox {
            border-right: none;
        }

        .step-title {
            margin-bottom: 8px;
        }

        .description.above,
        .description.below {
            padding: 0 10px;
            margin-bottom: 0;
        }
        .description.above {
            margin-bottom: 15px;
        }
        .step-1 .description.above {
            margin-bottom: 5px;
        }

        ul.steps li.step-2 {
            border-bottom: 3px #777777 dotted;
            padding-bottom: 1em;
        }

    }

}