@media screen and (min-width: 731px) {
    .recruiters-top{
        padding-top:35px;
    }

    .recruiters-top > .main-center:after{
        content: "";
        display: block;
        clear: both;
        width: 100%;
    }

    .recruiters-top-text{
        padding: 15px 0;
        margin: 0;
        float: left;
        width: 55%;
    }

    .recruiters-top-text h1 {
        text-align: left;
        font-size: 22px;
        line-height: 28px;
        min-height: 0px;
    }

    .recruiters-top-text h1 + p{
        text-align: left;
        font-size: 30px;
        line-height: 38px;
        min-height: 80px;
    }

    .recruiters-top-text ul{
        margin:0;
        max-width: 100%;
    }

    .recruiters-top-text ul li:before{
        top:10px;
    }

    .rs-top-btns{
        text-align: left;
        margin:20px 0 0;
    }

    .rs-top-btns .btn{
        width:auto;
        margin:0;
        vertical-align: middle;
    }

    .rs-top-btns .btn:hover{
        background:#219a00;
        border-color: #219a00;
    }

    .rs-top-logos{
        text-align: left;
        max-width: 100%;
        margin:20px 0 0;
    }

    .rs-top-logos img {
        margin: 5px 12px 0 12px;
        width: 85px;
        padding: 0;
    }

    .rs-top-package{
        float: right;
        width: auto;
        max-width: 45%;
        margin: -175px 0 0;
        padding: 0 20px;
        box-sizing: border-box;
        position: absolute;
        top:50%;
        right: 10px;
    }

    .rs-product-module ul{
        margin:0;
    }

    .rs-product-module .btn{
        margin:25px 0 0;
    }

    .rs-ani-btns{
        text-align: left;
    }

    .rs-ani-btns .btn{
        width:auto;
        margin:0;
        vertical-align: middle;
    }

    .rs-ani-btns .border-btn{
        margin-left:10px;
    }

    .rs-ani-btns .border-btn:hover{
        background:#219a00;
        border-color: #219a00;
        color:#fff;
    }

    .rs-ani-row{
        padding:0 0 40px;
    }

    .rs-ani-row > .main-center{
        position: relative;
        overflow: hidden;
        margin:50px auto;
    }

    .ani-wrap{
        width: 50%;
        margin: 10px 0;
        height: auto;
        padding-top: 50%;
    }

    .ani-point:hover {
        transform: scale(1.1);
        transform-origin: center;
    }

    .ani-text{
        margin:0;
        position: absolute;
        top:50%;
        left:54%;
        width:46%;
        transform: translateY(-50%);
    }

    .ani-text ul li{
        cursor: pointer;
    }

    .aj-help{
        padding: 0;
    }

    .aj-help > .main-center{
        position: relative;
    }

    .aj-help-white{
        color: #000;
        position: absolute;
        right:50%;
        margin:0 200px 0 0;
        padding: 40px 0px 40px 0;
        background: #fff;
        top: 0;
        font-size: 18px;
        line-height: 24px;
        height: 24px;
    }

    .aj-help-white:before{
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 100%;
        width: 2000px;
        background: #fff;
    }

    .aj-help-white:after{
        content: "";
        position: absolute;
        top: 0px;
        right: -30px;
        border-top: 104px solid #fff;
        border-right: 30px solid transparent;
    }

    .aj-help-blue{
        padding: 40px 0;
        margin: 0;
        text-align: center;
        line-height: 24px;
        height: 24px;
    }

    .aj-help-owl{
        position: absolute;
        right: -20px;
        bottom: 0px;
    }

    .rs-sources{
        padding: 0;
    }

    .rs-sources > .main-center{
        position: relative;
    }

    .rs-sources > .main-center:after{
        content: "";
        display: block;
        clear: both;
        width:100%;
    }

    .rs-sources-text{
        float: left;
        text-align: left;
        display: block;
        margin: 100px 0;
        width: 46%;
        background: rgba(255, 255, 255, 0.8);
        padding: 10px;
        border-radius: 10px;
    }

    .rs-sources-img{
        left: 30%;
        bottom: 0px;
        width: 100%;
        height: auto;
        background-size: 575px auto;
    }

    .recruiters-info-cols{
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 941px) {
    .recruiters-top-text{
        margin-bottom:-40px;
    }

    .recruiters-top-text h1 + p{
        min-height: 38px;
    }

    .recruiters-top-text ul{
        padding:10px 0 5px;
    }

    .recruiters-top-text ul li{
        padding:10px 0 5px 30px;
    }

    .rs-top-logos img {
        margin: 5px 0 0 12px;
    }

    .rs-top-logos img:first-child {
        margin-left: 0;
    }

    .rs-top-logos img:last-child{
        visibility: hidden;
    }

    .aj-help-white{
        left:10px;
        right:auto;
        margin:0;
        padding-right:20px;
        font-size: 20px;
        font-weight: 600;
    }

    .aj-help-white:after{
        border-right-width: 75px;
        right:-75px;
    }

    .aj-help-blue{
        padding-left: 50px;
        font-size: 20px;
        font-weight: 600;
    }

    .aj-help-blue span{
        margin-top: -4px;
    }
}