footer section {
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: var(--clr-gold, white) !important;
}

footer section > * + * {
    margin-top: 20px !important;
}

footer a {
    color: inherit;
    text-decoration: underline;
}

footer a:hover {
    text-decoration: none;
}


footer .logo_footer {
    width: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}

footer .logo_footer img {
    width: 100%;
}



footer .footer_nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer .footer_nav > li + li {
    margin-left: 0.75em;
}

footer #copyright {
    text-align: center;

}

footer #punchline {
    color: var(--clr-blue) !important;
}

footer #punchline p {
    color: inherit;
    font-size: 16px;
}


span.tel {
    white-space: nowrap;
}

@media (min-width:700px) {
    footer #punchline p {
        font-size: 20px;
    }
}