@media screen and (max-width: 767px) {
    img.footer-logo {
        height: 100px !important;
    }
}

footer {
    font-family: ProximaNova;
    color: #FFFFFF;
    background-color: #282828;
}

img.footer-logo {
    height: 141px;
}

.social-content img {
    filter: brightness(0) invert(1);
}

.footer-content {
    border-bottom: 1px solid #C8C8C8;
}

.footer-contact a {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 34px;
    font-weight: 700;
}

.button-sign-up {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #FFFFFF;
    font-weight: 700;
    height: 50px;
}
