.cv_promobox h3 {
    font-size: 20px;
    color: hsl(240, 15%, 28%)
}

.career_block_right button {
    display: flex;
    align-items: center;
    gap: 12px;
    background: none;
    border: none
}

.career_block_right button a {
    color: var(--primary-clr)
}

.career_block_right button img {
    width: 14px
}

.career_section {
    min-height: calc(100vh - 140px);
    margin-top: -1px;
    padding-top: 1px
}

.career_section > .container {
    margin-top: 100px
}

.title-row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.title-row a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 125px;
    height: 48px;
    background: var(--primary-clr);
    color: white;
    border: none;
    border-radius: 100px;
    cursor: pointer
}

.title-row a span {
    color: white;
    font-weight: 500
}

.title-row button img {
    width: 14px
}

.career_block_left h2 {
    padding: unset;
    font: 700 32px/1.5em Roboto;
    text-align: center;
    color: #32325d
}

.career_block_left > p {
    text-align: center
}

.career_block_inner {
    /* border: 1px solid #ccc; */
    padding: 0 3rem;

}

.main-wrapper .career_wrap {
    padding: 2.5rem 0
}

.main-wrapper + .main-wrapper {
    border-top: 1px solid #ccc
}

.career_wrap h3 {
    color: hsl(240, 15%, 28%);
    font: 700 24px/1.5em Roboto
}

.career_head {
    display: flex;
    gap: 1rem
}

.job-info {
    display: flex;
    align-items: center;
    gap: 8px
}

.job-info p {
    margin: unset;
    font-size: 14px;
    font-weight: 500;
    opacity: .75
}

.career_content p {
    margin: 0
}

.career_block_right {
    padding: 30px 3rem;
    border: 1px solid #c7c7c7;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.g-recaptcha.cap-red > div {
    border: 1px solid red
}

.no-jobs {
    height: 250px;
    display: grid;
    place-content: center;
}

.no-jobs p {
    font-size: 18px;
    margin: unset
}