

/* Privacy Policy Content */

.privacy-policy-content-wrapper {
    padding: 80px;
    background: var(--white);
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 2px;
    border: solid 6px var(--border-green);
}

.privacy-policy-content-wrapper {
    padding: 80px;
    background: var(--white);
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 2px;
}

.privacy-policy-content-wrapper p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.privacy-policy-content-wrapper h2 {
    font-family: 'adobe-caslon-pro';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
}

.privacy-policy-content-wrapper ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.privacy-policy-content-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.privacy-policy-content-wrapper table tr th {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-align: start;
}

.privacy-policy-content-wrapper table tr td {
    font-size: 16px;
}

.privacy-policy-content-wrapper table tbody tr {
    margin-bottom: 20px;
    position: relative;
}

.privacy-policy-content-wrapper table tbody tr {
    border-bottom: solid 2px var(--black);
}