.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%;
}
.logo-img , footer img {
    width: 100%;
    max-width: 165px;
}
@media (max-width: 990.97px) {
    .container-small {
        max-width: 600px;
        padding: 0 20px;
    }
}