body {
    margin: 0;
    font-family: Georgia, serif;
    background: #ffffff;
    color: #111;
    line-height: 1.7;
}

/* ==============================
   HEADER LAYOUT
============================== */

.legal-header-content {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.return-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 22px;
    border: 2px solid #d4af37;
    color: #d4af37;
    text-decoration: none;
    font-size: 1.5em;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.return-btn:hover {
    background: #d4af37;
    color: #000;
}
.legal-header {
    background: #000;
    color: #d4af37;
    text-align: center;
    padding: 40px 20px;
}

.legal-header h1 {
    margin: 0;
    font-size: 2.5em;
}

.legal-header p {
    margin-top: 10px;
    color: #fff;
    font-size: 1.5em;
}

.legal-container {
    max-width: 850px;
    margin: 60px auto;
    padding: 0 20px;
    font-size: 1.25em;
}

.legal-container h2 {
    color: #d4af37;
    margin-top: 40px;
}

.legal-container h3 {
    margin-top: 20px;
    color: #000;
}

.legal-container ul {
    margin-left: 20px;
}

/* ==============================
   FOOTER
============================== */
/* footer {
    background: #000;
    color: #fff;
    padding: 50px 0 20px;
    line-height: 1.6;
    font-size: 1.5em;
}

.footer-container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    gap: 40px;
}
.footer-container div {
    width: 33%;
}
.footer-logo-container {
    text-align: center;
}
.footer-info {
    line-height: 45px;
}
.footer-info h3 {
    color: #eecd6a;
    margin-bottom: 10px;
}
.footer-links {
    text-align: right;
}
.footer-links a {
    display: block;
    color: #eecd6a;
    text-decoration: none;
    margin-bottom: 8px;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
}

.copyright {
    text-align: center;
    margin-top: 30px;
    font-size: 1.25em;
    color: #aaa;
}
#footer-logo {
    height: 200px;
} */

@media (max-width: 992px){
    /* .footer-container {
        flex-direction: column;
    }
    .footer-info, .footer-links, .footer-logo-container {
        text-align: center;
        width: 100% !important;
    } */

}