.frame-content-box-wrap {
    display: block;
}
.frame-nav-wrap, .frame-content-box-wrap {
    margin: 0 auto;
    max-width: 1000px;
}
.frame-content-box h1 {
    text-align: center;
}
.privacy-policy-date {
    padding: 15px;
    color: var(--bg-color-acce);
    display: flex;
    justify-content: end;
    align-items: end;
    font-weight: bold;
}
.editor-content .privacy-policy-date img {
    height: 25px !important;
    vertical-align: bottom;
    margin-right: 5px;
}

@media (max-width: 980px) {
    .frame-content-box {
        margin: 0 5vw;
    }
}