.inner-page-banner__title{
    color: var(--Brand-Colors-Text-Colors-White, #FFF)!important;
    text-align: center;
    
    /* Desktop Typography/H1 */
  
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 69.6px */
}

.inner-page-banner__description{
    color: var(--Brand-Colors-Text-Colors-White, #FFF)!important;
    text-align: center;

    /* Desktop Typography/Body Large */

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
.inner-page-banner.career-page .inner-page-banner__title{
    margin-bottom:24px;
}
.inner-page-banner.career-page .inner-page-banner__description{
    margin-bottom:24px;
}
.inner-page-banner.career-page{
    height: 680px;
}
.inner-page-banner.career-page .inner-page-banner__inner{
    height:100%;
}

.card-banner-block.career-page{
    padding: 64px 0 48px;
}

.card-banner-block.career-page.third-block{
    padding:48px 0 64px;
}

@media(max-width:768px){
   .inner-page-banner.career-page{
        padding:0 16px;
    }
}