.index .intro .content {
    left: 10%;
}


.index .process-container .process .process-detail .steps .step .arrow > svg {
transform: rotate(180deg);
}


ol.stepper li:not(:first-child)::before,
ol.stepper li:not(:last-child)::after {
    content: unset;

}
ol.stepper li:not(:first-child)::before,
ol.stepper li:not(:last-child)::after {
    content: " ";
    background-color: #0a53be;
    height: 2px;
    flex: 1;
}

ol.stepper li:not(:first-child)::before,
ol.stepper li:last-child::before {
    margin-right: 10%;
    margin-left: unset;
}

ol.stepper li:first-child::after,
ol.stepper li:not(:last-child)::after {
    margin-left: 10%;
    margin-right: unset;
}


@media screen and (max-width: 768px) {
    .nav-menu-container {
        left: 0;
    }
    .nav-hide {
        left: -300px;
    }
    ol.stepper {
        flex-direction: column;
        align-items: flex-start;
    }
    ol.stepper li:not(:last-child)::before {
        left: 96px;
    }
}
