/* Project Styles */

.p-grid {
    padding: 1rem 0;
}

.p-grid-sidebar {
    padding-bottom: 1.2rem;
}

.p-subheading {
    margin: 0 0 .6rem 0;
    color: #7700e7;
    font-weight: 600;
    letter-spacing: .04rem;
    text-transform: uppercase;
}

* + .p-content-blurb {
    margin-top: 1.2rem;
}

.p-content-images {
    margin-top: 1.2rem;
}

.p-content-images img {
    margin-bottom: 1.2rem;
    padding: 1rem;
    background-color: #f5ecfd;
}

.p-content-img-wrapper img {
    display: inline-block;
    vertical-align: top;
}

@media (min-width:36em) {

    .p-content-img-wrapper img.full-width  {
        width: 48%;
    }
}   