@media screen and (min-width: 731px) {
    .recruiters-top-row{
        padding:30px 0 140px;
    }

    .recruiters-top-row header h1{
        font-size: 38px;
        line-height: 46px;
    }

    .topbtns{
        width: auto;
        text-align: center;
    }

    .recruiters-top-row .btn{
        margin:0;
        vertical-align: middle;
    }

    .recruiters-top-row .border-btn{
        margin:0 0 0 5px;
    }

    .recruiters-top-row .border-btn:hover{
        background-color: #219a00;
        border-color:#219a00;
    }
}

@media screen and (min-width: 961px) {
    .partner-network-logos img{
        width: 125px;
        height: 125px;
    }

    .recruiters-top-row header{
        max-width: 100%;
        margin-top:50px;
    }

    .recruiters-top-row header h1 span{
        display:unset;
    }
}