.privacy-notice .home-main-secs {
    padding: 80px 0;
    background-color: #ffffff;
}

.privacy-notice h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 125%;
    color: #594C9D;
    margin-bottom: 24px;
}

.privacy-notice h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    color: #594C9D;
    margin-top: 24px;
    margin-bottom: 8px;
}

.privacy-notice h3.dark-gray {
    color: #555770 !important;
}

.privacy-notice p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #555770;
    margin-bottom: 16px;
}

.privacy-notice .underline {
    text-decoration: underline;
}

.privacy-notice .non-decoration {
    text-decoration: none;
}

.privacy-notice ol {
    margin: 16px 0;
}

.privacy-notice ol li {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    color: #594C9D;
}

.privacy-notice ul {
    list-style-type: disc;
    margin: 8px 0 16px 24px;
}

.privacy-notice ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #555770;
    margin-bottom: 4px;
}

.privacy-notice a {
    text-decoration: underline;
    color: #000000;
}

.privacy-notice table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}

.privacy-notice table th {
    background-color: #2F3E80;
    color: #FFFFFF;
    text-align: center;
}

.privacy-notice table th,
.privacy-notice table td {
    border: 1px solid #000000;
    vertical-align: top;
    padding: 8px;
}