.footer-section {
    margin-bottom: 0;
    background-image: linear-gradient(to bottom, #747477, #4d4d4d);
    padding: 2rem 1rem;
    color: white;
}

.footer-centered {
    max-width: 1024px;
    margin: 0 auto;
}

.footer-up {
    display: flex;
    flex-wrap: wrap;
}

.footer-address {
    flex-grow: .2;
    padding-right: 1rem;
}

.footer-address h3 {
    margin-top: 0;
}

.footer-contact {
    flex-grow: 1;
}

.footer-contact h3 {
    margin-top: 0;
}

.footer-social svg {
    width: 30px;
    height: 30px;
}

.footer-social svg #background {
    fill: white;
}

.footer-social svg #f {
    fill: #686868;
}

.footer-down {
    border-top: 2px solid white;
    margin-top: 1rem;
    padding-top: 1rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-logo svg path {
    fill: white;
}