@media only screen and (max-width: 939px) {
    .hiring-gallery-item {
        flex-direction: column-reverse;
    }
    .hiring-gallery-item p {
        flex: 0;
        margin-top: -150px;
        margin-right: 10px;
        margin-left: 10px;
        position: relative;
        font-size: 16px;
        padding: 40px;
    }
    .hiring-gallery-item img {
        max-height: 100px;
        flex: 0
    }

    .hiring-gallery-nav {
        display: none;
    }
    
    .rec-cate {
        width: 100%
    }

    .rec-item {
        display: inline;
        align-items: center
    }

    .opportinuty-list-header.m-mobile {
        display: block
    }
}

@media only screen and (max-width: 700px) {
    .opportinuty-item {
        flex-wrap: wrap;
        position: relative;
    }

    .opportinuty-list-header {
        display: none;
    }
    .opportinuty-item > div {
        flex-basis: 100%;
    }
    .opportinuty-item > div:not(:first-child) {
        width: 100%;
        align-self: flex-start;
        text-align: left;
        padding: 0 10px;
        margin-bottom: 10px;
        padding-left: 102px;
    }
    .opportinuty-item > div:last-child {
        padding: 0;
        position: absolute;
        left: 0px;
        display: inline-block;
        width: auto;
        top: 8px;
    }

    .opportinuty-item .new {
        border-radius: 0;
    }

    .mshow {
        display: initial;
    }

    .khl-hiring-detail-content {
        flex-direction: column;
    }
    .hiring-applicant {
        margin-left: 0;
    }

    .candidate-form {
        flex-direction: column;
    }

    .rec-cate {
        width: 100%
    }

    .rec-item {
        display: inline;
        align-items: center
    }

    .opportinuty-list-header.m-mobile {
        display: block
    }
}   