body {
    font-family: 'Open Sans', sans-serif !important;
    color: var(--text-main) !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.body-privacy p.section-title {
    color: #17365d;
    font-weight: 500;
    font-size: 2rem;
    padding-bottom: .5rem;
    border-bottom: 2px solid #4f81bd;
    margin-bottom: 2rem;
}
.article-title {
    color: #4f81bd;
}
.fw-500 {
    font-weight: 500;
}
ul.no-disc {
    padding-left: 2rem;
    list-style-type: none;
}
.ul-disc {
    list-style-type: none;
    padding-left: 0;
}
.ul-disc li {
    list-style-type: none;
    padding-left: 2rem;
    position: relative;
}
.ul-disc li:before {
    content: '';
    background: #000;
    height: 7px;
    width: 7px;
    border-radius: 7px;
    /* padding-left: 10px; */
    position: absolute;
    left: 0;
    top: 10px;
    display: inline-block;
}
p {
    font-size: 17px;
}
.container-small {
    margin: 0 auto;
    position: relative;
    max-width: 991px;
    width: 100%;
}
/* footer {
    background: var(--main-gradient);
}
.footer-logo {
    max-width: 180px;
    width: 100%;
}
footer a {
    font-size: 13px;
} */

@media (max-width: 990.97px) {
    .container-small {
        max-width: 600px;
        padding: 0 20px;
    }
}

/* @media (max-width: 767.97px) {
    .footer-logo {
        max-width: 340px;
    }
    footer a {
        font-size: 16px;
        margin-bottom: 6px;
    }
} */