/* Privacy Policy and Terms & Conditions Styling */

.Containerprivacy,
.Containerterms {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

.Containerprivacy h1,
.Containerterms h1 {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 2px solid #9A8A78;
    padding-bottom: 15px;
}

.Containerprivacy h2,
.Containerterms h2 {
    font-size: 24px;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 15px;
}

.Containerterms h3 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 12px;
}

.Containerprivacy p,
.Containerterms p {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 15px;
}

.Containerprivacy ul,
.Containerterms ul {
    margin-left: 30px;
    margin-bottom: 15px;
}

.Containerprivacy li,
.Containerterms li {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 8px;
}

.Containerprivacy .last-updated,
.Containerterms .last-updated {
    font-style: italic;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
}

.Containerprivacy .contact-info,
.Containerterms .contact-info {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
}

.Containerprivacy .contact-info p,
.Containerterms .contact-info p {
    color: #000000;
}

.Containerprivacy .contact-info a,
.Containerterms .contact-info a {
    color: #00626E;
}

