.contentWrapper {
    display: flex;
    flex-flow: column nowrap;
    margin: 0 2em 2em 2em;
    
}
section.contactFormWrapper {
    margin-bottom: 3em;
}
button.btn.btn-dark {
    margin-top: 1em;
    width: 100%;
    /* background: black; */
    padding: 1em 0;
}
.whereWeAre_infoWrapper > *, .subCopy {
    color: #666666;
    font: 400 13px/20px "Open Sans", Helvetica, sans-serif;
    border-bottom: solid 1px lightgrey;
}
.whereWeAre > p > strong {
    color: black;

}
.subCopy {
    border-bottom: unset;
}

@media only screen and (min-width: 768px) {
    .contentWrapper {
        flex-flow: row nowrap;
    }
    .contentWrapper > * {
        width: 50%;
        margin: 0 1em;
    }

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

    .contentWrapper {
        margin: 2em 35em;
        justify-content: space-between;
    }
    .contactFormWrapper {
        width: 50% !important;
        
    }
    .whereWeAre {
        width: 30% !important;
    }
    button.btn.btn-dark {
        width: 7em;
    }
}