.content-about-terms-privacy {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
.content-about-terms-privacy p {
    font-size: 20px;
    font-family: "Noto Serif Bengali",serif;
    color: #000;
}
.content-terms-privacy {
    display: flex;
    justify-content: space-between;
    font-family: "Noto Sans",sans-serif;
}
.content-terms-privacy p {
    font-size: 18px;
    font-family: "Noto Sans",sans-serif;
    color: #000;
    line-height: 30px;
    margin-bottom: 8px;
}
.content-terms-privacy p.privacyTerms-heading {
    padding-top: 32px !important;
}
.title-contentTermsPrivacy {
    font-size: 42px;
    line-height: 58px;
    color: #000;
    font-family: "Noto Sans",sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.content-terms-privacy p.date-updated {
    text-align: center;
    font-size: 16px;
    font-family: "Noto Sans",sans-serif;
    margin-bottom: 24px;
    padding: 0;
}
.abp-cpw-content {
    margin-top: 24px;
}
.privacyTerms-heading {
    font-size: 20px;
    border-top: 1px solid #BABABA;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
}