.sjb-page .list-data .v1 .job-description br {
    display: none;
}

.sjb-page .page-title .job-title {
    font-size: 34px;
    font-family: 'Langdon', sans-serif;
    letter-spacing: 0px;
    font-weight: 500;
    color: #002831 !important;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

.list-data header {margin-bottom: 30px;}

.sjb-page .list-data .job-description .section-title {
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -.5px;
    font-weight: 700;
    color: #333;
    margin: 10px 0 16px;
    font-family: 'Montserrat', sans-serif;
}

/* Responsive */
@media only screen and (max-width: 767px) {
    .sjb-page .page-title .job-title {
        font-size: 26px;
    }
}