/* 1. This targets the Job Titles */
.job-link, .hh-job-title, .job-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

/* 2. This targets the Location/Category text */
.job-location, .hh-job-location, .job-details-location {
    font-size: 28px !important;
    color: #555555 !important;
    margin-top: 5px !important;
}

/* 3. This targets the Headers (like "Marketing") */
.group-title {
    font-size: 28px !important;
    font-weight: bold !important;
    border-bottom: 2px solid #ddd !important;
    padding-bottom: 10px !important;
}