#policy {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background: linear-gradient(180deg, #DAEFFF 0%, #FFFFFF 50%);
    background-size: cover;
    padding: 0;
}

.policy {
    align-items: center;
    display: flex;
    padding: 40px 0 20px;
}

.policy h1 {
    font-size: 32px;
    text-align: center;
    color: #01425F;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 0;
}

#policy_content {
    padding: 20px 0;
}

.policy_content-title h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #01425F;
    margin-bottom: 0;
    padding-bottom: 40px;
}

.policy_content-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #01425F;
    margin: 0;
    padding-bottom: 16px;
}

.policy_content-text h6 {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #2CB356;
    margin-bottom: 0;
    padding-bottom: 24px;
}

.policy_content-text ul {
    margin: 0 18px;
    padding: 0;
}

.policy_content-text ul li {
    list-style-type: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #2B2B2B;
    padding-bottom: 12px;
    padding-left: 16px;
    font-weight: 700;
}

.policy_content-text ul li span {
    font-weight: 500;
}

.policy_content-text ul li::before {
    display: table-cell;
    text-align: right;
    padding-right: 0.3em;
}

.policy_content-text ol {
    counter-reset: item
}

.policy_content-text ol li {
    display: block
}

.policy_content-text ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item
}

#policy_img {
    padding: 0;
}

#policy_img img {
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 439px) and (min-width: 320px) {
    .policy h1 {
        font-size: 28px;
    }
    #policy_content {
        padding: 30px 0px;
    }
    .policy_content-title h1 {
        font-size: 24px;
        text-align: center;
    }
    .policy_content-text ul {
        margin: 0 0 0 -22px;
    }
    .policy_content-text ul li {
        padding-left: 6px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    .policy h1 {
        font-size: 28px;
    }
    #policy_content {
        padding: 30px 0px;
    }
    .policy_content-title h1 {
        font-size: 24px;
        text-align: center;
    }
    .policy_content-text ul {
        margin: 0 0 0 -22px;
    }
    .policy_content-text ul li {
        padding-left: 6px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .policy h1 {
        font-size: 28px;
    }
    #policy_content {
        padding: 30px 0px;
    }
    .policy_content-title h1 {
        font-size: 24px;
        text-align: center;
    }
    /* .policy_content-text ul {
        margin: 0 0 0 -22px;
    }
    .policy_content-text ul li {
        padding-left: 6px;
    } */
}


/*# sourceMappingURL=privacyPolicy.css.map */