.privacy-policy-container {
    margin: 0 auto;
    max-width: 1180px;
    width: 90%;
	margin-bottom: 35px;
}
.privacy-policy-container h1 {
    text-align: center;
    font-family: "Unna", Georgia, serif;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    padding-top: 2.1vw;
    padding-bottom: calc(0.04vw - -11px);
    margin-bottom: 0;
}
.privacy-policy-container h3 {
    font-family: "Unna", Georgia, serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 400;
}
.privacy-policy-container h4 {
    font-family: "Unna", Georgia, serif;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 400;
}
.privacy-policy-container p,
.privacy-policy-container li,
.privacy-policy-container td {
    font-size: 1.5rem;
    line-height: 25px;
}
.privacy-policy-container p {
    text-align: left !important;
	margin: 16px 0;
}
.privacy-policy-container table tr td,
.privacy-policy-container table tr th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.privacy-policy-container a {
    color: #007bff;
}
