
section{
    margin-top:20px;
}

@media (max-width:768px){
    .recruit-img img{
        width: 40%;
    }
    .recruit-img.m-t-sm-50{
        margin-top: 15%;
    }
}

@media (min-width:768px){
    .recruit-img img{
        width: 100%;
    }
}

.recruit-text{
    font-size: 24px;
    font-weight: bold;
    margin:60px 0 55px 0;
}

.recruit-img-box{
    margin: 100px auto;
    /* border: 1px solid #000; */
}


.recruit-img.m-t-50{
    margin-top: 15%;
}

.recruit-bg img{
    width: 100%;
    margin-bottom: 70px;
}

footer p{
    color: #fff;
}