nav {
    background: #3d366d !important;
}

.outer-wrapper-privacy-policy {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inner-wrapper-privacy-policy {
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 135px 0px 123px 0px;
}

.header-text-privacy-policy  {
    font-weight: bold;
    font-size: 34.18px;
    line-height: 47px;
    color: #233144;
    padding: 16px 0px;
    display: flex;
    justify-content: center;
}

.wrapper-body-text-privacy-policy  {
    padding-top: 50px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    text-align: justify;
}

#body_text_privacy-policy {
    width: 100%;
    min-height: 300px;
}

.save-text-privacy-policy {
    display: flex;
    padding: 8px 20px;
    background: #233144;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    border: 1px solid #233144;
    border-radius: 3px;
    margin-top: 20px;
    min-width: max-content;
    max-width: max-content;
    text-align: center;
    justify-content: center;
}

.save-text-privacy-policy:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
}

.sceditor-container {
    height: 500px !important;
}

@media (max-width: 767px) {
    .inner-wrapper-privacy-policy {
        padding: 40px 10px;
        width: 100%;
    }

    .header-text-privacy-policy {
        text-align: center;
        font-size: 26px;
        padding: 0;
    }
    
    .wrapper-body-text-privacy-policy {
        padding: 0;
        margin: 0;
        text-align: left;
    }
    
    .save-text-privacy-policy {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
}