.site-footer.footer {
    background: #2c3e50;
    color: white;
    padding: 50px 0 20px;
    margin-top: 3rem;
}

.site-footer.footer a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-footer.footer a:hover {
    color: white;
}

.site-footer .contact-info p {
    margin-bottom: 0.5rem;
}

.site-footer .footer-legal-links a {
    margin-left: 1rem;
}

@media (max-width: 767.98px) {
    .site-footer .footer-legal-links {
        text-align: start !important;
        margin-top: 1rem;
    }

    .site-footer .footer-legal-links a {
        display: inline-block;
        margin: 0.25rem 1rem 0.25rem 0;
    }
}
