.content .privacy-policy h2 {
    font-size: 3rem;
    text-align: center;
}
.content .privacy-policy h2::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 15px;
    background-image:url(/images/mark1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.content .privacy-policy h2::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 15px;
    background-image:url(/images/mark1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.content .privacy-policy p {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.8;
}