.site-header {
    position: static !important;
}
.terms-privacy-hero {
    text-align: center;
    margin-top: 1rem;
}
.terms-privacy-hero__inner {
    padding: 4.69rem 2.60rem;
    background-color: #DFE1DD;
}
.terms-privacy-hero h1 {
    color: #07090B;
}
.terms-privacy-hero p {
    font-size: 1.67rem;
    color: #5E5F5E;
    margin-top: 1rem;
}
.terms-privacy-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-size: 1.67rem;
}
.terms-privacy-content ul {
    margin-left: 1.56rem;
}
.terms-privacy-content .container {
    max-width: 78.125rem;
    margin: 0 auto;
}
.terms-privacy-content * {
    color: #878787;
}
.terms-privacy-content a {
    color: #E3FF38;
}
.terms-privacy-content h2,
.terms-privacy-content h3,
.terms-privacy-content h4 {
    color: #fff;
}
.terms-privacy-content h2 {
    font-size: 2.50rem;
    margin-bottom: 1rem;
}
.terms-privacy-content h3 {
    margin-top: 2rem;
    border-top: 1px solid #464646;
    padding-top: 2rem;
    font-size: 2.50rem;
    margin-bottom: 1rem;
}
.wp-block-separator {
    border: none;
    margin-top: 3rem;
}


@media(max-width:767px){
    .terms-privacy-hero__inner{
        padding: 2rem 1rem;
    }
    .terms-privacy-content {
        padding-top: 2rem;
        padding-bottom: 2rem;
        font-size: 1rem;
    }
    .terms-privacy-hero {
        margin-top: 0rem;
    }
    .terms-privacy-content h2 {
        font-size: 2rem;
    }
    .terms-privacy-content h3 {
        font-size: 1.6rem;
    }
    .terms-privacy-hero p {
        font-size: 1.11rem;
    }
    .terms-privacy-hero h1 {
        font-size: 2.5rem;
    }
}