.careers-body {
    margin: 2rem auto 6rem;
}

.careers-content article {
    width: 100%;
}

.careers-body article > h1 {
    margin: 0.5rem 0;
}

.careers-body article p:not(.maintain-text-format) {
    white-space: normal;
}

.careers-body .careers-content {
    margin: 0 auto;
    width: 90%;
}

.careers-body .employee-attributes-list {
    line-height: 1.5rem;
}

.careers-body .healthy-careers-list > li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.careers-body p#bread-crumb {
    font-size: 14px;  
    margin: 0;
}

.careers-body .side-nav > h4 {
    margin-top: 0;
}

@media screen and (max-width: 600px) {
    .careers-body .careers-content {
        flex-direction: column;
    }
    
    .careers-body .side-nav {
        margin: 0;
        width: 100%;
    }
}