.work-with-us {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/jqo7cbvxx58p0rfuhsda);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}

.work-with-us .content {
    text-align: center;
    max-width: 750px;
    min-height: 689px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.work-with-us .content h2 {
    padding-bottom: 20px;
    position: relative;
}

.work-with-us .content h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -55px;
    width: 110px;
    height: 1px;
    background-color: var(--fontColor, #ffffff);
}