#cnh-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    margin-bottom: 4em;
}

#cnh-section .cnh-col {
    flex: 1 1 1px;
    min-width: 300px;
}

/* Small (sm) */
@media (min-width: 0px) and (max-width:767px) {
    #cnh-section .cnh-col {
        width: 100%;
    }
}

#cnh-section .cnh-col.image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 400px;
}

#cnh-section .cnh-col.text {
    padding: 0 2em 2em 2em;
}

/* Small (sm) */
@media (min-width: 0px) and (max-width:767px) {
    #cnh-section .cnh-col.text {
        padding: 2em 2em 2em 2em;
    }
}

#cnh-section h2.cnh-h2 {
    margin-top: 0;
}

#cnh-section .cta {
    margin: 1em 0 0 0;
}