.copyAndImg  {
    height: 200px;
    background-image: url('../assets/IMG_1069-min.png');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyAndImg > h1 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 2em;
    color: #fff;
    font-weight: 700;
}
.docCards, .docCard {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.docCards, .aboutUsCopy {
    padding: 2em;
}
.aboutUsCopy {
    background: #232323;
}
.aboutUsCopy > p {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.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: 3em 2em;
        justify-content: space-around;
}
    .aboutUsCopy > * {
        width: 40%
    };
}

@media only screen and (min-width: 1050px){

    section.copyAndImg {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .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;
    }
    .copyAndImg {
        height: 300px;

    }
    section.aboutUsCopy {
        justify-content: center;
    }
    .aboutUsCopy > * {
        width: 30%;
        margin-right: 5em;
    }
    section.docCards {
        justify-content: space-evenly;
        margin: 0 25em;
    }
    
}