.data-protection-section {
    background-color: var(--fv-primary-bg-color);
    padding: 80px 0;
}
.data-protection-section .section-heading h2 {
    text-align: left;
}
.data-protection-section .section-heading p {
    text-align: left;
    max-width: 100%;
    line-height: 40px;
    font-weight: 500;
}
.data-protection-section .content-wrapper {
    margin-top: 40px;
    max-width: 50%;
}

.data-protection-section .content-wrapper .content strong {
    /* font-size: 1.25rem; */
    color: var(--fv-black-color);
    word-break: break-word;
}
.data-protection-section .content-wrapper .content a {
    color: var(--fv-green-dark-color);
}
.data-protection-section .content-wrapper .content {
    margin-bottom: 1rem;
}
.data-protection-section .content-wrapper .content p {
    margin: 0;
    font-size: 1rem;
}
.data-protection-section .content-wrapper .content a:hover {
    color: var(--fv-black-color);
}
.data-protection-section .content-wrapper .title-text p {
    color: var(--fv-green-dark-color);
    font-size: 1.25rem;
}
.data-protection-section .content-wrapper .sub-title-text p {
    font-weight: 500;
    font-size: 1.125rem;
}
.data-protection-section .content ul {
    padding-left: 2.5rem;
    padding-bottom: 1rem;
}
.data-protection-section .content ul li {
    margin-bottom: 1rem;
}
.data-protection-section .content ul li::before {
    content: "\2022";
    color: var(--fv-green-dark-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
@media (max-width: 1024px) {
    .data-protection-section .content-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .data-protection-section {
        padding: 40px 0;
    }
    .data-protection-section .section-heading p {
        margin: 0;
        line-height: 30px;
    }
    .data-protection-section .content-wrapper .content.title-text p ,.data-protection-section .content-wrapper .content.sub-title-text p {
        text-align: left;
    }
    .data-protection-section .content-wrapper .content a {
        font-size: 1rem;
    }
}