
.wrapper-policy {
    padding: 10px 80px;
    margin: 0 0 80px;
    background: #fff;
}

.page-title {
    padding: 180px 0 50px;
    position: relative;
}

.title-line {
    height: 1px;
    background-color: #aaa;
    margin: 0 auto;
    max-width: 100%;
}
.title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 38px;
    margin-bottom: 20px;
}
.subtitle {
    font-family: 'Cormorant', serif;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0;
}
.top-text {
    text-align: center;
    margin: 10px 10px 50px;
}
.hero-policy-section {
    width: 100%;
    height: 45vh;
    background: #364436;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-policy-title {
    font-weight: 900;
    font-style: normal;
    color: white;
    font-size: 31px;
    letter-spacing: 2px;
}

.policy-item{
    margin: 40px 0;
    font-size: 14px;
    line-height: 25px;
}
.policy-item h4{
    font-family: 'Shippori Mincho', serif;
    font-size: 16px;
    margin-bottom: 30px;
}
.policy-item ul{
    margin: 30px;
}
.policy-item ul li{
    margin-bottom: 5px;
}
.policy-border {
    border-bottom: 1px solid #ccc;
}


@media (max-width: 480px) {
    .page-title {
        padding: 120px 0 20px;
        position: relative;
    }
    .wrapper-policy {
        padding: 10px 20px;
        margin: 0 0 10px;
    }
    .title {
        font-size: 28px;
    }
    .top-text {
        text-align: left;
        margin: 10px 10px 30px;
    }
}