.footer {
    background: #585858 !important;
    margin-top: 0;
    padding: 40px 43px;
}

.footer p,
.footer p a,
.footer-default-content,
.footer a {
    margin: 0;
    color: #FFF !important;
    font-family: 'Gotham B' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: 22px;
}


.footer p a {
    text-transform: uppercase !important;
    text-decoration: underline;
}

.footer.theme--dark {
    background: #585858 !important;
}

@media screen and (max-width: 968px) {
    .footer {
        padding: 31px 26px 33px 38px;
    }
}