.job-of-the-week .card {
    background-color: var(--light-ash);
    border: 1px solid var(--border-ash);
}

.job-of-the-week .card-header {
    background-color: var(--light-ash);
    border-bottom: none;
}

.job-of-the-week .card-body {
    background-color: var(--light-ash);
}

.job-of-the-week .card-header h2 {
    font-size: 17px;
    border-bottom: 1px solid var(--border-ash);
    padding: 8px 0 12px 0;
    margin-bottom: 0;
    color: #000000;
}

.job-of-the-week .top-info .job-of-the-week-wrapper a {
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: initial;
}

.job-of-the-week  .logo-col .company_logo {
    width: 40px !important;
    height: 40px !important;
}
.job-of-the-week .company-name-and-job-title a {
    color: var(--black);
    text-decoration: none;
}

.job-of-the-week .company-name-and-job-title h3 {
    font-size: 17px;
    letter-spacing:0.05rem;
    margin: 0 0 3px 0;
    line-height: 1.3;
}

.job-of-the-week .company-name-and-job-title .company {
    font-size: 15px;
    line-height: 1.5;
}

.job-of-the-week .bottom-info {
    margin-top: 10px;
}

.job-of-the-week .bottom-info .job-meta-box {
    margin-bottom: 25px !important;
}

@media (max-width: 576px) {
    .job-of-the-week {
        display:none;
    }

}