@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: 0;
        margin: 0;
        float: left;
        width: 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }

    .recruiters-top-text h1 {
        text-align: left;
        margin-top: 10px;
        font-size: 25px;
        line-height: 36px;
    }

    .recruiters-top-text h1 span{
        white-space: normal;
        margin: 12px 0 0;
        line-height: 30px;
    }

    .recruiters-top-text p{
        text-align: left;
    }

    .aj-top-btns{
        text-align: left;
        margin:30px 0 0;
    }

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

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

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

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

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

    .aj-trusted{
        padding:40px 0 45px;
    }

    .aj-trusted-logos{
        margin-top:25px;
    }

    .aj-pricing-row{
        padding:40px 0 120px;
    }

    .aj-pricing-wrap{
        display: block;
        margin: 70px auto 0;
        border-radius: 5px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.1);
        background: #fff;
    }

    .aj-pricing-wrap:after{
        content: "";
        display: block;
        clear: both;
        width:100%;
    }

    .aj-pricing{
        width: 30%;
        margin:0;
        border-radius: 0;
        padding:10px 0 0;
        box-shadow: none;
        border: 0;
        border-left: 1px dashed #e4e6ea;
    }

    .aj-pricing.featured{
        margin: 0;
        border-radius: 0 0 5px 0;
        border:2px solid #ffa500;
        border-top:0;
    }

    .aj-pricing .featured-sash{
        margin:0;
        position: absolute;
        top: -32px;
        left: -2px;
        right: -2px;
        border-radius: 5px 5px 0 0;
    }

    .aj-pricing .cell{
        display: block;
        min-height: 34px;
        padding: 10px 0;
        border-top: 1px dashed #e4e6ea;
    }

    .aj-pricing .cell p{
        display: none;
    }

    .aj-pricing .cell.header-cell p,
    .aj-pricing .cell.cta p{
        display: block;
    }

    .aj-pricing.featured .cell.ticked p{
        display: block;
        position: absolute;
        right: 200%;
        padding: 10px 10px 10px 15px;
        background: #fff;
        top: -1px;
        min-height: 34px;
        border-top: 1px dashed #e4e6ea;
        border-bottom: 1px dashed #e4e6ea;
        margin: 0 6px 0 0;
        width: 125%;
        text-align: left;
    }

    .aj-pricing .cell:not(.ticked) > span{
        display: block;
        width: 15px;
        height: 3px;
        background: #444;
        margin: 15px auto 0;
    }

    .aj-pricing .cell.ticked > span{
        position: static;
        display: block;
        margin:6px auto 0;
    }

    .aj-pricing .cell.header-cell{
        border:0;
    }

    .aj-pricing .cell.cta{
        border-top: 1px dashed #e4e6ea;
        padding:10px 0;
        margin:0;
    }

    .aj-pricing .cell.cta p{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .aj-pricing .cell.cta p span{
        margin: -2px 0 0;
    }

    .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;
    }

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

    .aj-sources{
        padding: 0;
    }

    .aj-sources > .main-center{
        position: relative;
        overflow: hidden;
    }

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

    .aj-sources-img{
        left: 25%;
        bottom: 0px;
        width: 100%;
        height: auto;
        background-size: 664px auto;
    }
}

@media screen and (min-width: 821px) {
    .aj-pricing.featured .cell.ticked p{
        line-height: 34px;
    }
}

@media screen and (min-width: 941px) {
    .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;
    }
}