.contentWrapper {
    padding: 2em;
}

.copyAndImg  {
    margin-bottom: 2em;
}
.copyAndImg > h1 {
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 2em;
    color: #2e3138;
}
.docCards, .docCard {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.docCard {
    text-align: center;
    margin-bottom: 2em;
}
.docCard_imgWrapper {
    margin-bottom: 1em;
}
.docCard_title {
    font-size: 22px;
    letter-spacing: 1px;
}
.docCard_copy, .aboutUsCopy {
    font-size: 13.4px;
    color: #2e3138;
    line-height: 24px;
}



@media only screen and (min-width: 768px) {
    section.docCards {
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: space-evenly;
    }
    .docCard {
        width: 33%;
    }
    section.aboutUsCopy {
        display: flex;
        padding: 1em;
    }
}

@media only screen and (min-width: 1050px){
    .contentWrapper {
        padding: 2em 25em;
    }
    section.copyAndImg {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 2em;
    }
    .copyAndImg > h1 {
        font-size: 48px;
        text-align: center;
        margin-bottom: 2em;
        width: 25%;
        margin: 0;
        font-weight: bold;
    }
    .imgWrapper > img {
        height: 250px;
    }
    .docCard {
        width: 26%;
    }
    .docCard_copy, .aboutUsCopy {
        font-size: 14px;
        color: #2e3138;
        line-height: 24px;
    }
    
}