.career-wrapper-section {
    background: #E6E9E9;
    padding: 48px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap:24px;
}
.career-image-right-site {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}
span.career-download-icon {
    width: 48px;
    height: 48px;
    background: #CCD3D3;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    border-radius: 50px;
}
.career-meta {
    display: flex;
    gap: 8px;
    align-items: center;
}
.career-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.career-company-name {
    font-weight: 700;
    font-size: 16px;
}

.career-job-title {
    font-weight: 600;
    font-size: 18px;
    margin-top: 8px;
}
span.career-salary {
    padding: 16px 24px;
    background: #fff;
    border-radius: 8px;
}
span.career-job-type-location{
    padding: 16px 24px;
    background: #fff;
    border-radius: 8px;
}
.career-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.career-job-info {
    display: flex;
    gap: 12px;
}
@media (max-width:575px) {
   .career-job-info {
    display: contents;
}
}
.career-apply-btn {
    background-color: #012522;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background 0.3s;
}

.career-apply-btn:hover {
    background-color: #019688;
}

@media (max-width:767px) {
    .career-bottom-wrapper {
        flex-direction: column;
        gap: 24px;
        align-items: start;
    }
}

.career-bottom-wrapper.career-bottom-wrapper-two {
    display: contents;
}


.career-filter-tab {
    padding: 16px;
    background: #E6E9E9;
    border: 1px solid rgba(131, 131, 131, 0.25);
    border-radius: 8px;
}
ul.insignia-course-menu {
    justify-content: space-between;
    display: flex;
    align-items: center;
    transition: 250ms;
    gap: 16px;
    text-align: center;
}
@media (max-width: 575px) {
  ul.insignia-course-menu {
    overflow-x: scroll;
}
}
ul.insignia-course-menu li {
      width: 100%;
}
ul.insignia-course-menu li a{
   color: #000;
    padding: 12px 16px;
    background: transparent;
    width: 100%;
 
}
ul.insignia-course-menu li.active a{
   color: #fff;
    padding: 12px 16px;
    background: #000;
    border-radius: 8px;
    width: 100%;
 
}
.career-wrapper-section.filter-box{
    margin: 0px 0px 24px;
}
.insignia_career_section_wrapper {
    display: flex;
    gap: 64px;
    align-items: end;
    margin-bottom: 96px;
}
@media (max-width:1199px) {
   .insignia_career_section_wrapper {
        display: block;

    }
    .insignia_career_title_wrap .section-title-wrap{
        margin-bottom: 48px;
    }
}
.insignia_career_title_wrap .section-title-wrap {
    width: 85%;
}
@media (max-width:1250px) {
   .insignia_career_title_wrap .section-title-wrap {
        width: 100%;
    }
}