body {
    overflow-x: hidden;
}
.entry-content > p.ai-optimize-6 {
    display: none;
}
.wraper_header_main {
    position: relative;
}
.header-logo-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}
.header-logo-wrap a {
    margin: 0;
    position: relative;
}
.header-logo-wrap::before {
    content: '';
    position: absolute;
    height: 60px;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: #fff;
}