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

.or{
    margin: 0 5px;
}

.flex-col{
    display: flex;
    flex-direction: column;
}

.article-content {
    margin-top: 2rem;
    background-color: #EAEFF4;
    padding: 2rem;
    justify-content: space-between;
}

.article-content h3 {
    margin-top: 0;
}

.article-content p {
    margin-bottom: 1rem;
}

h1{
    margin: 0;
}
article p{
    white-space: normal;
}

h3, h4{
    margin-bottom: 0;
}
.coding-resources {
    margin: 2rem auto 6rem;
    width: 95%;
}

.coding-resources .coding-resources-content {
    margin: 0 auto;
    min-height: 30rem;
    width: 90%;   
}

.coding-resources
.coding-resources-content
article {
    height: 100%;
    width: 75%;
}

.coding-resources p#bread-crumb {
    font-size: 14px;
    margin-top: 0;
}

.coding-resources .side-nav {
    width: 30%;
}

.provider-side-nav {
    display: flex;
    flex-direction: column;
    margin-left: 3rem;
    row-gap: 0.75rem;
    width: 25%;
}

.provider-side-nav h4 {
    margin: 2rem 0 0;
}

@media screen and (max-width: 600px) {
    aside#side-nav {
        margin: 0;
        width: unset;    
    }
    
    .coding-resources
    .coding-resources-content {
        flex-direction: column;
    }
    
    .coding-resources .side-nav {
        margin: 0;
        width: 100%;
    }
    
    .coding-resources
    .coding-resources-content
    article {
        width: unset;
    }
}