.jobs-results {
    background-image: url(https://www.soulis-cranes.com.cy/uploads/images/careers-back.jpg);
    background-size: cover;
    background-position: center bottom;
    padding: 3em 0;
    position: relative;
    z-index: 1;
    color: white;
    margin-top: 3em;
}
.jobs-results::before {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(89,89,88,0.88);
    position: absolute;
    z-index: -1;
}
.job-res-title {
    color: #FFC931;
    font-size: 23px;
    font-weight: bold;
}
.job-res-desc {
    font-size: 18px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    height: 100px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.job-res-requirments {
    font-size: 18px;
    font-weight: 300; 
}
.job-res-requirments h4 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}
.job-res-requirments ul {
    margin: 0;
    padding: 0;
    list-style: none;  
}
.job-res-requirments ul li {
    margin-bottom: 1.5em;
}
.job-res-requirments ul li::before {
    content: "";
    color: #ffc931;
    width: 15px;
    display: inline-block;
    border-bottom: 2px solid #ffc931;
    margin-right: 0.5em;
}
.career-contact {
    margin: 3em 0;
}
.career-contact .sk.button {
    padding: 0.75em 1em;
}
/*Responsive*/
@media only screen and (max-width:769px) {
.jobs-results {
    margin-top: 2em;
    padding: 2em 0;
}
.job-res-requirments h4 {
    margin-top: 0;
}
.job-res-requirments ul li {
    margin-bottom: 1em;
}
.career-contact {
    margin: 2em 0;
}
}