body {
    background: var(--brown-400);
    font-family: var(--body-font);
}

.privacy-page-template {
    padding-top: 176px;
    padding-bottom: 120px;
}

.privacy-page-template p {
    color: var(--brown-800);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;

}




h2,
h3,
h4,
h5,
h6,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
    font-weight: 500 !important;
    font-size: 24px;
    line-height: 115%;
    color: #424242;
    margin-top: 60px;
    margin-bottom: 20px;
}

h1,
h1 b {
    font-weight: 600;
    font-size: 60px;
    line-height: 110%;
    /* identical to box height, or 66px */
    text-align: center;
    color: var(--brown-900) !important;



}

table {
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}

th, td {
  border: 1px solid black;
  padding: 8px;
}
@media(max-width:1024px) {
    .privacy-page-template {
        padding-top: 100px;
        padding-bottom: 60px;

    }

    h1, h1 b {
    font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    color: var(--brown-900) !important;
}


}