

@media only screen and (min-width: 1000px) {
    .single-jobpost .content {
        margin-top: 90px !important;
    }
}
@media only screen and (max-width: 1000px) {
    .single-jobpost .content {
        margin-top: -30px !important;
    }
}
.single-jobpost .content {
    background-color: #fff !important;
}
@media only screen and (min-width: 1000px) {
    .title img {
        margin-top: 95px !important;
    }
}