.section-recruitment-home {
    margin-top: 50px;
}
.box-recruitment-content {
    text-align: center;
    border: 2px solid #fbb483;
    padding: 40px 10px 20px;
    position: relative;
    height: 100%;
}
.icon-img-recruitment {
    width: 63px;
    position: absolute;
    top: 0;
    margin-top: -40px;
    margin-left: -36px;
    left: 50%;
}
.icon-img-recruitment img {
    border: 2px solid #fff;
    border-radius: 8px;
    -webkit-transition: .2s ease-in-out all;
    -moz-transition: .2s ease-in-out all;
    -o-transition: .2s ease-in-out all;
    transition: .2s ease-in-out all;
}
.box-recruitment-content:hover {
    box-shadow: 0 0 5px 0 rgb(255 255 255), inset 0 0 5px 0 rgb(255 255 255);
    border-color: #fff;
}
.box-recruitment-content:hover .icon-img-recruitment img {
    -webkit-box-shadow: 0 0 5px 0 rgb(255 255 255), inset 0 0 5px 0 rgb(255 255 255);
    -moz-box-shadow: 0 0 5px 0 rgba(255,255,255,1),inset 0 0 5px 0 rgba(255,255,255,1);
    box-shadow: 0 0 5px 0 rgb(255 255 255), inset 0 0 5px 0 rgb(255 255 255);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.title-home-recruitment{
    font-size: 18px;
    text-transform: uppercase;
}
.title-sub-home-recruitment{
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 10px;
}
.title-home-recruitment, .title-sub-home-recruitment {
    color: #fff;
    line-height: normal;
}
.des-home-recruitment{
    text-align: justify;
    color: #fff;
    font-size: 15px;
}
@media only screen and (min-width: 500px) and (max-width: 767px){
    .title-home-recruitment, .title-sub-home-recruitment{
        font-size: 16px;
    }
    .des-home-recruitment{
        text-align: left;
    }
}
@media (max-width: 499px) {
    .section-recruitment-home .col {
        margin-bottom: 70px;
    }
    .section-recruitment-home .col:nth-last-child(2), .section-recruitment-home .col:last-child{
        margin-bottom: 0;
    }
    .title-home-recruitment, .title-sub-home-recruitment{
        font-size: 22px;
    }
    .section-recruitment-home {
        margin-top: 65px;
    }
}
@media (max-width: 360px) {
    .title-home-recruitment, .title-sub-home-recruitment {
        font-size: 20px;
    }
}
@media (max-width: 320px) {
    .title-home-recruitment, .title-sub-home-recruitment {
        font-size: 17px;
    }
}