.s-job_main {
    width: 100%;
}
.s-job_main .b-job:nth-child(2n) {
    background-color: #fafafa;
}
.b-job {
    font-size: 14px;
    display: block;
    padding: 20px 0 10px;
    background-color: #fefefe;
    transition: all .25s ease-in-out;
}
.b-job .b_img {
    line-height: 0;
    padding: 0 20px;
}
.b-job .b_img .ht-ratio--35 {
    margin: 0.68px;
}
.b-job .b_img .ht-ratio--35::before {
    padding-bottom: calc(75% - 0.69px);
}
.b-job>div {
    padding: 10px 15px;
    margin-bottom: 10px;
}
.s-table_col>div:first-child {
    margin-bottom: 10px;
}
.job-name a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    transition: all .5s;
}
.b-job>div span {
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
}
.b-job>div span.fa::before {
    width: 15px;
    text-align: center;
    color: #cb2227;
    margin-top: 2px;
}
.b-job>div span.fa-filter::before {
    color: #FAA20D;
}
.b-job:hover {
    box-shadow: inset 0px 0px 5px #CCC;
}
.b-job .job-name {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 5px;
    transition: all 0.5s;
}
.b-job:hover .job-name {
    color: #cb2227;
}

@media screen and (min-width: 768px) {
    .b-job {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .b-job .b_img {
        display: block;
        width: 12%;
    }
    .b-job .b_location {
        width: 35%;
    }
}
@media screen and (max-width: 767px){
    .b-job .b_img{
        display: none;
    }
}