body {
    background: #fff;
}
.policy-wrapper {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    margin-top: calc(8.8rem + 8rem);
    padding-bottom: 8rem;
    margin-bottom: 20rem;
}
.policy-page-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6.6rem;
}
.policy-wrapper h1 {
    font-size: 3.2rem;
}
.policy-wrapper h2 {
    font-size: 2rem;
    margin-top: 4.8rem;
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.policy-wrapper h3 {
    font-size: 1.6rem;
    /* margin-top: 4.8rem; */
    margin-bottom: 1.6rem;
    /* padding-bottom: 1.6rem;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2); */
}
.policy-wrapper p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1.8rem;
}
.policy-wrapper a {
    /* color: #000; */
    text-decoration: underline;
}
.policy-wrapper a:hover {
    /* text-decoration: none;
     */
    opacity: 0.8;
}
.policy-wrapper ul {
    margin-bottom: 2rem;
}
.policy-wrapper ul li {
    font-size: 1.4rem;
    line-height: 1.5;
}
