@media screen and (min-width: 731px) {
    .rs-top{
        padding: 55px 0 50px;
    }

    .rs-top > .main-center{
        position: relative;
        max-width: 1000px;
    }

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

    .rs-top-text{
        margin: 0;
        float: left;
        width: 50%;
        text-align: left;
    }

    .rs-top-text h1{
        font-size: 28px;
        max-width: 100%;
        margin: 0;
        padding: 0 0 70px;
        border:0;
    }

    .rs-top-text h1:after{
        content: "";
        position: absolute;
        bottom:30px;
        left:0px;
        width: 100%;
        max-width: 315px;
        height:1px;
        background: #4b87ce;
    }

    .rs-top-text h2{
        font-weight: 600;
        margin:0 0 20px;
    }

    .rs-top-logos{
        margin:0 0 0 -20px;
    }

    .rs-product-module{
        position: absolute;
        top: 50%;
        margin: 0;
        right: 15px;
        width: 45%;
        max-width: 350px;
        transform: translateY(-42%);
    }

    .rs-product-module header h2{
        font-size: 26px;
        font-weight: 600;
    }

    .rs-product-module ul li:before{
        top:2px;
    }

    .rs-product-btns .btn:first-child{
        margin:0;
    }

    .rs-icon-colwrap {
        margin: 0 auto 55px;
        max-width: 940px;
    }

    .rs-icon-col{
        display: block;
        float: left;
        clear: none;
        width: 33.333%;
        padding: 0 20px;
        box-sizing: border-box;
        margin:0;
    }

    .rs-icon-colwrap:after{
        content: "";
        display: block;
        width: 100%;
        clear: both;
    }

    .rs-perfect-hire-btns .btn,
    .rs-enhance-btns .btn,
    .rs-sources .btn,
    .rs-try .btn.border-btn{
        width: auto;
    }

    .rs-perfect-hire-btns .btn:first-child{
        margin:0 5px 0 0;
    }

    .rs-perfect-hire-btns .btn.border-btn:hover,
    .rs-try .btn.border-btn:hover{
        background: #003777;
        color:#fff;
        border-color: #003777;
    }

    .rs-sources .main-center{
        max-width: 1200px;
    }

    .rs-sources-logos img{
        max-width: 200px;
        margin: 5px 15px;
    }

    .testimonials-slider{
        height: 300px!important;
    }

    .testimonials-slide{
        padding: 30px 30px 90px 30px;
    }

    .testimonials-slide:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 40%;
        z-index: 0;
        height: 0;
        border-right: 100px solid #fff;
        border-top: 310px solid transparent;
    }

    .testimonials-slide:after{
        content: "";
        position: absolute;
        z-index: 0;
        bottom:0px;
        right: 0px;
        top:0px;
        left: 60%;
        background:#fff;
        border-radius: 0 4px 4px 0;
    }

    .testimonial-img{
        z-index: 2;
    }

    .testimonials-dots{
        right: auto;
        margin: 0 0 0 -50px!important;
        float: none;
        left: 50%;
        bottom: 20px;
    }
}

@media screen and (min-width: 951px) {
    .rs-top-text{
        width: 55%;
    }

    .rs-product-module{
        right:20px;
        top:auto;
        bottom:-130px;
        transform: none;
    }

    .rs-perfect-hire{
        padding-top: 135px;
    }

    .rs-perfect-hire h2{
        font-size: 28px;
    }
}

@media screen and (min-width: 1001px) {
    .testimonials-slider{
        height: 255px!important;
    }

    .rs-icon-col{
        padding:0 40px;
    }
}

@media screen and (min-width: 1201px) {
    .testimonials-slider{
        height: 220px!important;
    }
}