.privacy-area {
    /* width: 100%; */
    margin-top: 50px;
    /* background-repeat: no-repeat; */
    /* background-position: right top; */
}



.mt-10 {
    margin-top: 10% !important;
}

.list-disc {
    list-style-type: disc !important;

    li {
        margin-left: 20px;
        list-style-type: disc !important;
    }
}

.format-row {
    p, li {
        color: #212529 !important;
        margin-top: .5rem !important;
    }
    
    .sub-title {
        margin-top: 2rem !important;
    }
}

@media (max-width: 991px) {
    .header-area .logo {
        font-size: small !important;
    }
}