.career {
    padding-top: 0;
    margin-bottom: 0;
    font-family: "Inter";
    line-height: 1;
}

.career #primary {
    margin: 0;
    float: none;
}

.career #main {
    margin: 0;
}

.career .entry-content {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.career .entry-content > .container {
    padding: 100px 0 88px;
}

.career .entry-content > .container strong {
    color: #fff;
    font-size: 36px;
    margin-bottom: 32px;
    display: block;
}

.career .entry-content > .container p {
    font-size: 16px;
    line-height: 24px;
    color: #f9f9fb;
    margin-bottom: 16px;
    text-align: justify;
}

.career .entry-content > .container p:last-child {
    margin-bottom: 0;
}

.career .entry-content > .container a {
    font-weight: 700;
    color: #fff;
}

.career .entry-content .front-page-career-footer {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 24px 0;
}

.career .entry-content .front-page-career-footer .wp-block-quote > p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}

.career .entry-content .front-page-career-footer .wp-block-quote > p:first-child {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.career .entry-content .background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.career .entry-content .background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career .entry-content .background::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(271.2deg, rgba(0, 0, 0, 0) 1.7%, rgba(0, 0, 0, 0.3) 100%),
        linear-gradient(274.68deg, rgba(211, 46, 54, 0.2) 43.62%, rgba(211, 46, 54, 0.5) 61.72%, rgba(211, 46, 54, 1) 88.13%),
        linear-gradient(0deg, rgba(0, 0, 0, 0) 16.16%, rgba(0, 0, 0, 0.2) 85.51%),rgba(0, 0, 0, 0.2);
}
.career .entry-content .front-page-career-footer .wp-block-quote > p a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .career .entry-content > .container {
        padding: 32px 0 32px;
    }
    .career .entry-content > .container strong,
    .career .entry-content .front-page-career-footer .wp-block-quote > p:first-child {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .career .entry-content > .container p,
    .career .entry-content .front-page-career-footer .wp-block-quote > p {
        font-size: 12px;
        line-height: 18px;
    }
}