.careerview {
    background-color: #e5e6ff;
    padding: 15px 0px;
}

.career-view-container {
    background-color: var(--violet-lightest);
    padding: 15px 0px;
}

.career-view-banner {
    height: 274px;
}

.career-view-btn {
    padding: 10px 40px;
    font-family: var(--font-bold);
    font-size: var(--fs-md);
    font-weight: 700;
    background-color: var(--violet-darkest);
    border: none;
    color: white;
    border-radius: 12px;
}

.job-details li {
    margin-bottom: 10px;
    color: #4f4f4f;
}

.job-description {
    padding: 16px;
}

.content {
    padding: 10px 0px 10px 24px;
}

.sub-heading h3 {
    font-family: var(--font-bold);
    font-weight: 700;
    color: #383b88;
    font-size: var(--fs-md);
}

@media (max-width: 600px) {
    .heading h3 {
        font-family: var(--font-semibold);
        font-size: var(--fs-nl) !important;
        color: #383b88;
    }
}
