.bg-body-secondary {
    background-color: #fffbeb;
}

.bg-label-secondary {
    background-color: #ffeaa7 !important;
    color: #e18d00 !important;
}

.landingCTA {
    background-image: url(../img/front-pages/backgrounds/career-banner.jpg) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.landingCTA .dark-background {
    background: rgba(0, 0, 0, 0.32);
    z-index: 1;
}

.landingCTA::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.landingCTA .container {
    position: relative;
    z-index: 2;
}
.avatar.width_unset {
    width: 2.375rem !important;
}
.text-bold {
    font-weight: bold;
}

.help-center-header-marketplace {
    position: relative;
    background: url(../img/front-pages/backgrounds/career-banner.jpg) no-repeat center center;
    background-size: cover;
}

.help-center-header-marketplace::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.help-center-header-marketplace .container {
    position: relative;
    z-index: 2;
}
