.privacy-policy.widget {
    margin-top: 210px;
    margin-bottom: 160px;
}

.privacy-policy__title {
    margin-bottom: 60px;
    color: var(--gold);
}

.privacy-policy__divider--wrapper {
    display: flex;
    justify-content: center;
}

.privacy-policy__divider {
    height: 100%;
    width: 1px;
    opacity: 0.3;
    background: var(--gold);
}

@media (max-width: 767px) {
    .privacy-policy.widget {
        margin-top: 150px;
        margin-bottom: 120px;
    }

    .privacy-policy__content {
        padding-left: 0;
    }

    .privacy-policy__content p {
        font-weight: var(--font-weight-thin);
    }

    .privacy-policy__content p span {
        font-weight: var(--font-weight-regular);
    }
}