#jobs .container {
    display: flex;
    flex-direction: column;
    gap: 82px;
    margin: 100px auto;
}

@media (max-width: 769px) {
    #jobs .container {
        margin: 0 auto;
    }
}

@media (max-width: 700px) {
    #jobs .container {
        gap: 42px;
    }
}

#jobs .container h2 {
    font-size: 84px;
    line-height: 84px;
    text-transform: capitalize;
}

#jobs .container h3 {
    font-size: 50px;
    line-height: 84px;
    background: linear-gradient(180deg, #231f20 0%, #50555c 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}

#jobs .hero-part .banner-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#jobs .hero-part .banner-img img {
    width: 100%;
}

#jobs .hero-part .banner-img p {
    font-family: "Tasman", sans-serif;
    font-weight: 500;
    color: white;
    z-index: 1;
    font-size: 84px;
}

@media screen and (max-width: 1200px) {
    #jobs .hero-part .banner-img p {
        /* left: 15% !important; */
        top: 47% !important;
        font-size: 64px !important;
    }
}

@media screen and (max-width: 992px) {
    #jobs .hero-part .banner-img p {
        font-size: 44px !important;
    }
}

@media screen and (max-width: 768px) {
    #jobs .hero-part .banner-img p {
        font-size: 24px !important;
        /* left: 15% !important; */
        top: 45% !important;
    }
}

@media screen and (max-width: 425px) {
    #jobs .hero-part .banner-img p {
        font-size: 22px !important;
    }
}

#jobs .body {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

@media screen and (min-width: 1000px) {
    #jobs .body {
        padding: 0 64px;
    }
}

#jobs .body .card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

#jobs .body .card:hover .overlay {
    height: 100%;
    align-items: center;
}

#jobs .body .card .overlay {
    transition: all 0.3s;
    align-items: end;
    display: flex;
    z-index: 1;
    position: absolute;
    bottom: 0;
    height: 140px;
    width: 100%;
    border-radius: 30px;
    background: linear-gradient(0deg, #ed1c24 0%, rgba(237, 28, 36, 0) 100%);
}

#jobs .body .card .overlay .text {
    font-family: "Tasman", sans-serif;
    font-weight: 500;
    padding: 32px;
    color: #fff;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -1.35px;
}

@media (max-width: 1440px) {
    #jobs .body .card .overlay .text {
        font-size: 35px;
    }
}

@media (max-width: 760px) {
    #jobs .body .card .overlay .text {
        font-size: 25px;
    }
}

@media (max-width: 600px) {
    #jobs .body .card .overlay .text {
        font-size: 45px;
    }
}

#jobs .body .card img {
    width: 100%;
}

#jobs .body .card .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    object-fit: cover;
}

#jobs .title {
    font-family: "Tasman", sans-serif;
    font-weight: 500;
    display: flex;
    gap: 10px;
}

#jobs .title span {
    font-family: "Tasman", sans-serif;
    font-weight: 500;
    font-size: 84px;
    font-style: normal;
    font-weight: 400;
    line-height: 107px;
    letter-spacing: -5.04px;
}

@media (max-width: 1000px) {
    #jobs .title span {
        font-size: 44px;
        line-height: 42px;
        letter-spacing: -1.04px;
    }
}

@media (max-width: 640px) {
    #jobs .title span {
        font-size: 34px;
        line-height: 42px;
        letter-spacing: -1.04px;
    }
}

#jobs .title span:first-child {
    color: #ed1c24;
}

#jobs .title span:last-child {
    background: linear-gradient(180deg, #141414 0%, #747484 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#jobs .text {
    color: #50555c;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.08px;
}

#jobs .scroll::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

#jobs .scroll::-webkit-scrollbar-track {
    background: #78819d4a;
}

#jobs .scroll::-webkit-scrollbar-thumb {
    background: #ed1c24;
}

#jobs .scroll::-webkit-scrollbar-thumb:hover {
    background: #931116;
}

#jobs table thead {
    border-bottom: 2px solid #ed1c24;
}

#jobs table thead tr {
    color: #ed1c24;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.75px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

thead {
    border-bottom: 2px solid #ed1c24;
}

thead tr {
    color: #ed1c24;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.75px;
}

tbody tr td:first-child,
tbody tr td:nth-child(2),
tbody tr td:nth-child(3) {
    padding-right: 80px;
}

@media (min-width: 1200px) {
    tbody tr td:first-child,
    tbody tr td:nth-child(2),
    tbody tr td:nth-child(3) {
        padding-right: 120px !important;
    }
}

tbody tr td:first-child {
    color: #ed1c24;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.08px;
}

tbody tr td:nth-child(2) {
    color: #50555c;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.08px;
}

tbody tr td:nth-child(3) {
    padding-top: 20px;
    color: #50555c;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.08px;
}

tbody tr button {
    border-radius: 15px;
    background: #ed1c24;
    width: 114px;
    height: 47px;
    flex-shrink: 0;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.6px;
    border: none;
}
