.c-table th,
.c-table td {
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    padding: 16px 10px;
    line-height: 1.5;
    vertical-align: middle;
    box-sizing: content-box;
    letter-spacing: 0;
    box-sizing: content-box;
}
.c-table th {
    text-align: center;
}
.p-career-single .c-table td,
.p-career-single .c-table th {
    font-size: 16px;
    padding-inline: 30px;
}

.c-flex-item__img img[src=""]{display:none;}

.p-career-single .c-table {
    width: 100% !important;
}

@media screen and (min-width: 1025px) {
    .c-sec__btn__link__text{
        font-size: clamp(2.6rem, 2rem + 1vw, 3.0rem);
    }
}


@media screen and (max-width: 768px) {
    .p-flat-spec__table {
        overflow: hidden;
        width: 100%;
    }
    .p-career-single .c-table {
        table-layout: fixed!important;
        width: fit-content!important;
        display: block!important;
        height: fit-content!important;
        margin: 0;
        width: calc(100vw - 62px);
    }
    /*
    .p-career-single .c-table span {
        width: 100%!important;
        min-width: 100%!important;
        max-width: calc(90vw - 60px);
        display: block!important;
        height: fit-content!important;
    }
    */
    .p-career-single td,.p-career-single tbody,.p-career-single tr,
    .p-career-single .c-table__td, .p-career-single .c-table__th,
    .p-career-single td, .p-career-single th  {
        width: 100%!important;
        min-width: 100%!important;
        display: block!important;
        height: fit-content!important;
    }
    .p-career-single .c-table__td, .p-career-single .c-table__th,
    .p-career-single td, .p-career-single th {
        padding: 6px 2px!important;
        padding-inline: 10px!important;
        line-height: 1.5!important;
        text-align: left!important;
        box-sizing: border-box;
    }
}