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

.contact-us-body article h1 {
    margin: 0.5rem 0;
}

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

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

.contact-us-body
.benefit-dropdowns
.benefit-body {
    padding-top: 0;
}

.contact-us-body
.benefit-dropdowns
.benefit-body p {
    line-height: 1.5;   
}

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

.contact-us-body
.contact-us-content
.primary-image {
    margin-top: 4rem;
    width: 80%;
}

.contact-us-content article{
    width: 100%;
}

.contact-us-body .side-nav h4 {
    margin-top: 0;
}

@media screen and (max-width: 600px) {
    .contact-us-body
    .contact-us-content {
        flex-direction: column;
    }
    
    .contact-us-body
    .contact-us-content
    .primary-image {
        width: 100%;
    }
    
    .contact-us-body .side-nav {
        width: 100%;
    }
    
    .side-nav {
        display: flex;
        flex-direction: column;
        margin-left: 0;
        row-gap: 0.75rem;
        width: 100%;
    }
}