.single-post-content {
    padding: 110px 0;
    background-color: #e5e5e5;
    background-image: url(/wp-content/uploads/2024/06/bg-contact-us-enquiry-form.jpg);
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}
.single-career-body {
    color: #0c1237;
}
.career-header {
    margin-bottom: 50px;
}
.career-header-row {
    gap: 15px;
}
.career-header-row * {
    font-size: 34px;
    line-height: 44px;
}
.career-title-label {
    width: 260px;
    position: relative;
    display: flex;
}
.career-title-label::after {
    content: ':';
    display: inline-block;
    font-size: 34px;
    line-height: 44px;
    margin-right: 15px;
}
.career-desc {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.career-desc ul, .career-desc ol{
    padding-inline-start: 20px;
}
.career-desc-title {
    margin-bottom: 8px;
}
.career-desc, .career-additional p {
    margin-bottom: 30px;
}
.career-additional p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .single-post-content {
        padding: 90px 25px;
    }
    .career-header {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .career-header-row {
        gap: 0;
    }
    .career-title-label::after, .career-title-label, .career-title {
        font-size: 28px;
        line-height: 36px;
    }
}
@media (min-width: 768px) {
    .career-title-label {
        justify-content: space-between;
    }
}