.privacy-banner {
    padding-top: 140px;
    padding-bottom: 50px;
    position: relative;
    background: linear-gradient(to bottom, #e9eefb, #fff);
}

.privacy-banner h1 {
    font-size: 37px;
    color: #22243d;
    font-weight: 500;
    margin-top: 0px;
    line-height: 1.3;
    margin-bottom: 0px;
}

.privacy-banner h1 span {
    color: #4949e9;
    font-weight: 600;
    position: relative;
}

.privacy-section {
    position: relative;
    padding: 50px 34px;
    max-width: 1800px;
    background-color: #abc3ff2b;
    border-radius: 20px;
    margin: 0px auto 60px auto;
}

.privacy-section span {
    display: block;
    margin-bottom: 12px;
    font-size: 25px;
    font-weight: 500;
    color: #4949e9;
}

.privacy-section p {
    color: #22243d;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
    font-weight: 400;
}

.privacy-section p a {
    color: #4949e9;
    text-transform: 0.5s;
}

.privacy-section p a:hover {
    color: #22243d;
}

.privacy-section ul {
    padding-left: 15px;
    margin-bottom: 20px;
}

.privacy-section ul li {
    margin-bottom: 10px;
    color: #22243d;
    list-style-type: disc;
    margin-left: 15px;
}

.privacy-section.fair {
    padding: 0;
    background: none;
}



.privacy-section.fair ul li {
    line-height: 1.5;
    margin-bottom: 14px;
}

@media(max-width:810px) {
    .privacy-banner {
        padding-top: 130px;
        padding-bottom: 30px;
    }



    .privacy-banner h1 {
        font-size: 28px;
    }

    .privacy-section {

        max-width: 90%;
        padding: 30px 12px;
    }

    .privacy-section span {

        margin-bottom: 5px;
        font-size: 21px;
    }
}