@media (max-width: 1025px) {}

@media (max-width: 991px) {}

@media (max-width: 769px) {
    .banner .flex .col {
        flex: unset;
    }

    .banner .flex .col1 {
        width: 100%;
    }

    .banner .flex .col2 {
        width: 100%;
    }

    .banner .flex .col2 .image {
        margin-right: 0;
        margin-top: -154px;
        margin-bottom: 36px;
    }

    header .toggle {
        display: flex;
    }

    [nav].active {
        opacity: 1;
        visibility: visible;
    }

    [nav] {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: flex;
        align-content: space-between;
        flex-flow: column;
        width: auto;
        background: #fff;
        margin: 0;
        padding: 2rem 5rem;
        border-top: 0.2rem solid #eee;
        visibility: hidden;
        opacity: 0;
        z-index: 0;
        height: 100%;
    }

    header [nav] ul {
        width: 100%;
        flex-flow: wrap;
        margin: auto 0;
    }

    header [nav] ul li {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }

    header [nav] ul li a {
        color: #000;
    }

    .sec_employer .flex .col2 {
        padding-bottom: 25px;
    }
}

@media (max-width: 512px) {
    .comming .infoLst {
        flex-wrap: wrap;
    }

    .comming .infoLst>li {
        width: 100% !important;
        margin-bottom: 0px !important;
    }

}