footer {
    border: none;
    background-color: rgba(0, 0, 0, 0.04);
    flex-direction: column;
    height: auto;
    padding: 64px 0 32px;
    margin-top: 64px;
}

footer .row {
    position: static;
    justify-content: center;
}

footer .title-row {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.87);
}

footer .contact-row, footer .legal-row {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


footer .row .row-label {
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
}

footer .row .row-content {
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    margin-top: 16px;
}

footer .row .row-content > a {
    display: inline;
    margin: 0 8px;
    color: rgba(0, 0, 0, 0.54);
}

footer .copyright-social-row {
    color: rgba(0, 0, 0, 0.54);
    width: 100%;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

footer .copyright-social-row .social-links > a {
    display: inline-block;
    margin: 0 10px;
}

footer .copyright-social-row .social-links .social-icon {
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


@media only screen and (max-width: 992px) {
    footer {
        padding-top: 32px;
    }
}

@media only screen and (max-width: 600px) {
    footer .copyright-social-row {
        flex-direction: column-reverse;
        align-items: center;
    }

    footer .copyright {
        margin-top: 32px;
    }
}
