.cm-footer {
    background: inherit;
    color: rgb(105, 105, 105);
    display: table;
    font-family: "Helvetica", sans-serif;
    font-size: 14px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    width: 80%;
}

.cm-footer-text {
    color: rgb(51, 51, 51);
    font-family: "Futura Today Light", "Futura", "Helvetica", sans-serif;
    font-size: 16px;
}

.cm-footer-image {
    max-width: 50%;
}

.cm-footer-image img {
    max-height: 100%;
    max-width: 100%;
}

@media screen and (max-width: 850px) {
    .cm-footer {
        background-color: rgb(240, 240, 240);
        border-bottom: 1px solid rgb(220, 220, 220);
        border-top: 1px solid rgb(220, 220, 220);
        box-sizing: border-box;
        float: none;
        padding: 30px;
        width: 100%;
    }
}