.job-list {
    margin: 3em 0;
    border-bottom: 1px solid #c2dd79;
    padding-bottom: 10px;
    padding: 1rem !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.job-list-img {
    padding-left: 0;
}

.job-list-img img {
    width: 100%;
}

.job-list-carrer-item h6 {
    font-size: 1.3em;
}

.job-list-carrer-item h6 > span.news-item-time {
    font-size: 13px;
    color: #808080;
    font-weight: normal;
}

.job-list-carrer-item p {
    color: #6c757d !important;
}

.job-list-carrer-item h6 a {
    color: #2d2d2d;
    text-transform: capitalize;
    font-weight: 600;
}

.job-list-carrer-item h6 a:hover {
    color: #c2dd79;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
}

.job-list-carrer-item h6 span.job-list-carrer-item-time {
    font-size: 13px;
    color: #6c757d !important;
}

.job-list-carrer-item-time {
    font-size: 13px;
}

span.job-list-carrer-item-description {
    font-weight: 600;
    color: #6c757d !important;
}

ul.job-list-carrer-item-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.job-list-carrer-item-links li {
    display: inline-block;
    margin-right: 5%;
}

ul.job-list-carrer-item-links li a {
    text-decoration: none;
}

ul.job-list-carrer-item-links li a:hover {
    color: #c2dd79;
}

span.icon_text {
    vertical-align: middle;
    font-size: 13px;
    color: #6c757d !important;
}