.header {
    background-image: url("../images/privacy-banner.png");
}
.div-main-text {
    margin-top: 0.8rem;
}
.div-mani-text-title {
    font-size: 0.48rem;
    margin-bottom: 0.50rem;
}
.div-main-text-content {
    font-size: 0.36rem;
    margin-bottom: 1.2rem;
}
@media all and (max-width:959px) {
    .header {
        background-image: url("../images/privacy-banner-m.png");
    }
}
