#career .nr-banner {
    background-image: url(../img/career/desk-banner.png) !important;
}

.career-box h2 {
/*    font-family: 'HelveticaNeueLTProBdCn';*/
    font-family: 'Roboto', sans-serif;
    color: #433F3C;
    font-size: 40px;
}

@media(max-width:767px) {
    #career .nr-banner {
        background-image: url(../img/career/career-mob.png) !important;
    }

    .purpose-content h2 {
        font-size: 20px;
    }

    .about-content h2 {
        font-size: 20px;
    }

    .leadership-content h2 {
        font-size: 20px;
    }
}
