@charset "utf-8";

@media only screen and (max-width:767px) {


    .logo-text h1 {
        font-size: 17px;
        line-height: 18px;
        margin: 0;
    }

    .logo-text h4 {
        font-size: 12px;
        line-height: 15px;
    }

    .logo-text h5 {
        font-size: 13px;
    }

    .logo img {
        height: 40px;

    }

    .logo {

        margin-bottom: 2em;
    }

    .reg-process {
        position: initial;
        padding: 20px;
        width: 100%;
    }

    .reg-process::after {
        width: 100%;
        height: 100%;
        transform: inherit;
    }

    .leader ul li {
        width: 42%;
    }

}